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 - Alberto

Pages: [1] 2 3 ... 126
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

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

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)

4
See pic

5
Hi, if I understand you... clicking on a pointer you can open a form, with this form you can do what you want.

6
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

8
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

9
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
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_')))

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
Hi, try
p_web.Script( p_web.WindowOpen( 'YourProcedure'))

14
Wise, no prompt and using the comment.

15
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?

Pages: [1] 2 3 ... 126