NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Robert Iliuta

Pages: [1] 2 3 ... 32
1
Hallo Bruce,

see the pic


2
Web Server - Ask For Help / Webcam(79) example, give error with iPhone
« on: April 21, 2024, 11:44:50 AM »
Hallo,

I compiled (NT14) example Webcam79 and when I try to open QR Code menu I got "Error in site JavaScript".
On my laptop (Win11) it's working fine the camera.
It not support iPhone? Safari? ...

Thank you for any help.
Robert

3
Web Server - Ask For Help / Re: NT 11 Question
« on: July 18, 2019, 11:02:36 AM »
I always thought a picture is worth a thousand words ... I was wrong :-)

4
Web Server - Ask For Help / Re: NT 11 Question
« on: July 18, 2019, 07:37:59 AM »
Yes. It is a form (tab) in a form (tab).

5
Web Server - Ask For Help / Re: NT 11 Question
« on: July 18, 2019, 06:38:26 AM »
Hallo,

something like this?

Robert

6
Web Server - Ask For Help / Re: No refresh Browse parent/child
« on: June 26, 2019, 08:56:35 AM »
Thank you Bruce! This make more sense ;-)
Appreciate!
Robert

7
Web Server - Ask For Help / Re: No refresh Browse parent/child
« on: June 25, 2019, 09:28:22 AM »
Ok. Understand....but this sound like a big "bug" and why only now we know this?
(it was working some version earlier)
I have underscore in my procedures name for years. 
For many reason I cannot rename procedures name...all procedures are involved in a complex security module and procedure names are stored and used for access. (not to mention hand code for this)

I will try to see what can I do but I'm really disappointed.
(This will cost me money and days/weeks to rebuild the concept and code)

Robert

8
Web Server - Ask For Help / Re: No refresh Browse parent/child
« on: June 24, 2019, 12:41:28 PM »
Hallo Bruce!

We have some rule and all procedures have an underscore _
Is there another workaround?

Robert

9
Web Server - Ask For Help / Re: No refresh Browse parent/child
« on: June 23, 2019, 04:53:27 AM »
Confirmed!
Robert

10
Web Server - Ask For Help / Re: File Upload Button
« on: April 30, 2019, 11:08:29 AM »
Hallo Mike!


Go to WebServer procedure > Extensions > Settings > Security > Maximum POST size (mb)
Here you can control the maximum size for post.

How big is the size of file?

Robert

11
Web Server - Ask For Help / Re: Form not saving fields
« on: April 19, 2019, 02:25:42 AM »
Hallo Brian!

After calculated fields did you put the results on sessions?

Example:
TBL:LinesPaid =  TBL:Tax+100
p_web.SSV('TBL:LinesPaid',TBL:LinesPaid)

To understand how it works, see the source code on validate.

Robert

12
Web Server - Ask For Help / Re: Link in popup form doesn't work
« on: April 17, 2019, 01:04:06 AM »
Hallo Bruce!

>>in xml each attribute must have a value. So this is not valid xHTML. To make it valid change it to
didn't know that... next time I will check also for xHTML.

<a href="#" download="download">test download link</a>
Works just perfect!

Thank you!
Robert

13
Web Server - Ask For Help / Long page will always open at bottom
« on: April 16, 2019, 12:28:58 AM »
Hallo!

I have a browse where I need to show all records (around 30).
Every time I open the page it goes to the bottom. In the bottom there is no button or any other element to get focus...

Why it open at the bottom?
Is this a bug? or I need to do some configuration settings?

Thank you!
Robert

14
Web Server - Ask For Help / Re: Link in popup form doesn't work
« on: April 15, 2019, 11:26:15 PM »
Hallo Bruce!

Check this: https://www.w3schools.com/tags/att_a_download.asp
"download" is an attribute to <a> tag.

Robert

15
Web Server - Ask For Help / Re: Link in popup form doesn't work
« on: April 15, 2019, 08:24:58 AM »
a "normal" link :-)
Code: [Select]
<a href="#" download>test download link</a>
Robert

Pages: [1] 2 3 ... 32