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: NT Maps - update calling different table/record
« on: March 12, 2025, 10:07:21 AM »
See pic
2
Web Server - Ask For Help / Re: NT Maps - update calling different table/record
« on: March 12, 2025, 06:48:38 AM »
Hi, if I understand you... clicking on a pointer you can open a form, with this form you can do what you want.
3
Web Server - Ask For Help / Re: How to fill map data before showing HERE map
« on: March 10, 2025, 01:13:35 PM »The web76 example is working for you? or not?
ie - are we looking at the example for an issue, or your app for an issue?
Bruce, if you open web76, change the map provider to Here, change the class to HerePlatform, etc.. it does not work.
You get errors trying to get the maps parts, please see pic.
4
Web Server - Ask For Help / Re: Strategies to refresh client browse
« on: March 01, 2025, 06:08:19 AM »
Hi, Advanced Tab... Refresh
See attached pic
See attached pic
5
Web Server - Ask For Help / Re: How to handle A Web Service Call with this format: Domain/ServiceMethodName
« on: February 18, 2025, 04:25:29 AM »
Eduard, you dont have to do anything, even if you test the service using a browser, the nettalk example does not include the service name, just the IP/MethodName
Regards
Regards
6
Web Server - Ask For Help / Re: How to handle A Web Service Call with this format: Domain/ServiceMethodName
« on: February 17, 2025, 12:46:04 PM »
You can do it, no problem.
7
Web Server - Ask For Help / Re: Filtering two fields in a Net Web Browse
« on: January 16, 2025, 09:41:24 AM »
Sure you meant <39>...
8
Web Server - Ask For Help / Re: How to tell if Browse is a CHILD browse as opposed to being called directly
« on: December 09, 2024, 05:32:00 AM »
Hi, see loc:parent...
! loc:parent is the container (form etc) on which this procedure is embedded.
loc:parent = p_web.PlainText(lower(p_web.GetValue('_parentProc_')))
! loc:parent is the container (form etc) on which this procedure is embedded.
loc:parent = p_web.PlainText(lower(p_web.GetValue('_parentProc_')))
9
Web Server - Ask For Help / Re: Close BROWSE procedure
« on: November 29, 2024, 04:19:35 AM »
p_web.Script( p_web.WindowOpen( 'ThePageYouwantToGo'))
10
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'))
11
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.
12
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?
13
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
14
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.
15
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.