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.
1
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« on: May 08, 2024, 01:42:33 AM »
Hallo Bruce,
>>yes, that tells you an error exists.
>>Now open the console in your Browser (F12) and see what the error actually is....
I can see that an error exits, but.. how can I do this (F12) on iPhone? on browser I know but on iPhone?
On my laptop (windows11) it works fine but on my iPhone no.
Please can you test and confirm it works on iPhone?
>>yes, that tells you an error exists.
>>Now open the console in your Browser (F12) and see what the error actually is....
I can see that an error exits, but.. how can I do this (F12) on iPhone? on browser I know but on iPhone?
On my laptop (windows11) it works fine but on my iPhone no.
Please can you test and confirm it works on iPhone?
2
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« on: April 23, 2024, 04:44:23 AM »
Hallo Bruce,
see the pic
see the pic
3
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
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
4
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 :-)
5
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).
6
Web Server - Ask For Help / Re: NT 11 Question
« on: July 18, 2019, 06:38:26 AM »
Hallo,
something like this?
Robert
something like this?
Robert
7
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
Appreciate!
Robert
8
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
(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
9
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
We have some rule and all procedures have an underscore _
Is there another workaround?
Robert
10
Web Server - Ask For Help / Re: No refresh Browse parent/child
« on: June 23, 2019, 04:53:27 AM »
Confirmed!
Robert
Robert
11
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
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
12
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
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
13
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
>>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
14
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
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
15
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
Check this: https://www.w3schools.com/tags/att_a_download.asp
"download" is an attribute to <a> tag.
Robert