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: 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?
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
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
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)
net.SetMarker(net.WaypointsQueue.ID,format(ppqc:Latitud,@n-11.7),format(ppqc:Longitud,@n-11.7),loc:IconoRuta,10+parada#,,,true)
7
Web Server - Ask For Help / Re: NT Maps - update calling different table/record
« on: March 12, 2025, 10:07:21 AM »
See pic
8
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.
9
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.
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
See attached pic
11
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
12
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.
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
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_')))
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'))