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: Refresh NWB Header
« on: April 28, 2025, 10:12:40 AM »
Hi rupertvz,
Why dont add the Browse inside a memory form, then add a field for the total above the browse?
this way this field will be easily refreshed.
Regards
Why dont add the Browse inside a memory form, then add a field for the total above the browse?
this way this field will be easily refreshed.
Regards
2
Web Server - Ask For Help / Re: Pass parameter in servercall?
« on: April 15, 2025, 11:46:01 AM »
Use the ProcessLink() WebHandled Method, there you can change the database.
Cheers
Cheers
3
Web Server - Ask For Help / Re: Custom icon for markers on NT Maps?
« on: April 07, 2025, 10:03:50 AM »
Hi when setting a marker you can indicate the icon you want:
net.SetMarker(net.WaypointsQueue.ID,format(ppqc:Latitud,@n-11.7),format(ppqc:Longitud,@n-11.7),loc:IconoRuta,10+parada#,,,true)
net.SetMarker(net.WaypointsQueue.ID,format(ppqc:Latitud,@n-11.7),format(ppqc:Longitud,@n-11.7),loc:IconoRuta,10+parada#,,,true)
4
Web Server - Ask For Help / Re: NT Maps - update calling different table/record
« on: March 12, 2025, 10:07:21 AM »
See pic
5
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.
6
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.
7
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
8
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
9
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.
10
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>...
11
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_')))
12
Web Server - Ask For Help / Re: Close BROWSE procedure
« on: November 29, 2024, 04:19:35 AM »
p_web.Script( p_web.WindowOpen( 'ThePageYouwantToGo'))
13
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'))
14
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.
15
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?