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: WebServer Logging to Disk issue
« on: June 12, 2025, 05:48:02 PM »
Hi,
Had you checked the insert error in
Access:WebLogFile.Insert()
Are you sure the file is open?

2
Web Server - Ask For Help / Re: Api endpoint stream - how?
« on: May 22, 2025, 05:04:27 AM »
Hi, May be copy your ftp files to a folder inside your web folder and create an API method to provide the ftp file link?

3
Web Server - Ask For Help / Re: Hide Webcam after photo is taken
« on: May 21, 2025, 12:50:33 PM »
Hi, are you refreshing the AON:ThisPicture control when pressing the TakePhoto Button?

4
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

5
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

6
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)

7
See pic

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

9
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.

10
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

11
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

12
You can do it, no problem.

13
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>...

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

15
Web Server - Ask For Help / Re: Close BROWSE procedure
« on: November 29, 2024, 04:19:35 AM »
p_web.Script( p_web.WindowOpen( 'ThePageYouwantToGo'))

Pages: [1] 2 3 ... 126