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: I have a PopUp Form with an AutoStart Button can I autoClose after done ?
« on: November 16, 2024, 08:11:44 AM »
Hi, try
p_web.Script( p_web.WindowOpen( 'YourProcedure'))
p_web.Script( p_web.WindowOpen( 'YourProcedure'))
2
Web Server - Ask For Help / Re: Can you make CheckBoxes with the Button on the Leftt and Text on the Right ?
« on: November 06, 2024, 11:19:28 AM »
Wise, no prompt and using the comment.
3
Web Server - Ask For Help / Re: How to call a "secondary" form after saving main update form?
« on: October 14, 2024, 12:58:19 PM »
Hi Jeff,
Why not use the "URL on Save" from the 1st form to go to the 2nd form sending the Study_ID as a parameter?
Why not use the "URL on Save" from the 1st form to go to the 2nd form sending the Study_ID as a parameter?
4
Web Server - Ask For Help / Re: Errors after upgrade to NT 14.27
« on: October 01, 2024, 12:49:08 PM »
Hi, you need to upgrade StringTheory
5
Web Server - Ask For Help / Re: Performance NetWebForm
« on: August 27, 2024, 03:34:30 AM »
Yes, it works.
I remember to read something about in the docs but cant find it.
I remember to read something about in the docs but cant find it.
6
Web Server - Ask For Help / Re: Performance NetWebForm
« on: August 23, 2024, 05:44:48 AM »
Thanks Bruce, Ive imported the Perfomance NetWebForm to my server, check the Websokets script in the scripts tab, check the Use Websockets in the security tab but it does not work, Im missing somethig but do not find the documentation.
7
Web Server - Ask For Help / Performance NetWebForm
« on: August 21, 2024, 06:07:37 AM »
Hi, anyone recalls how to make it work?
Ive added the performance form, set the Websokets script but it does not work, I cant remember what else to do and I cant find it in the help.
Thanks
Ive added the performance form, set the Websokets script but it does not work, I cant remember what else to do and I cant find it in the help.
Thanks
8
Web Server - Ask For Help / Re: EIP Dropdown selection -- Validation Fails
« on: July 18, 2024, 06:18:09 AM »
Hi, problem is you dont set any values for each option, see pic, fill the values and it will work ok, tested.
9
Web Server - Ask For Help / Re: EIP Dropdown selection -- Validation Fails
« on: July 17, 2024, 05:01:43 AM »
Hi,
see pic
see pic
10
Web Server - Ask For Help / Re: Lets Encrypt Challenge was invalid error
« on: July 10, 2024, 10:22:29 AM »
Hi,
As I can see your port 80 is closed
https://www.capesoft.com/docs/NetTalk14/NetTalkWebSecure.htm#LetsEncrypt
As I can see your port 80 is closed
https://www.capesoft.com/docs/NetTalk14/NetTalkWebSecure.htm#LetsEncrypt
11
Web Server - Ask For Help / Re: Reboot from Running NT Application
« on: July 06, 2024, 08:46:06 AM »
Hi Richard I
I have memory leaks too
What Im doing is Halt(ed) it at midhight
I have memory leaks too
What Im doing is Halt(ed) it at midhight
12
Web Server - Ask For Help / Re: Too Many SegDef
« on: June 26, 2024, 12:32:26 PM »
rupertvz
If you are inserting a form on a form you need to make it memory and uncheck the add <form> tag
If you are inserting a form on a form you need to make it memory and uncheck the add <form> tag
13
Web Server - Ask For Help / Re: PageFooter Session Manager issue
« on: June 15, 2024, 07:21:02 AM »
Talking about the timer it works ok, but it is not disconecting the session anymore.
BTW: Excelent idea Jane !!!
BTW: Excelent idea Jane !!!
14
Web Server - Ask For Help / Re: PageFooter Session Manager issue
« on: June 14, 2024, 07:06:37 AM »
TEsted, session manager and timer work ok but the session is not disconected anymore.
Session manager goes to the defaultpage, click to login, all session values are intact, still logged in.
Session manager goes to the defaultpage, click to login, all session values are intact, still logged in.
15
Web Server - Ask For Help / Re: PageFooter Session Manager issue
« on: June 14, 2024, 05:06:27 AM »
Beware that...
suppouse the session timeout works ok and it fires at the same time as the deletesession
If the timeout is reached
and the user is on another tab when it happens
what happens if the session manager expire/continue messsage is active?
the activate option should not be possible because the session is deleted
suppouse the session timeout works ok and it fires at the same time as the deletesession
If the timeout is reached
and the user is on another tab when it happens
what happens if the session manager expire/continue messsage is active?
the activate option should not be possible because the session is deleted