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.
31
Web Server - Ask For Help / Re: Button on header
« on: March 18, 2025, 02:30:25 AM »
I had no success try to make this work. I recommend an alternative approach - like setting a data- attribute on the button then attaching JavaScript to that attribute in your custom javascript file.
32
Web Server - Ask For Help / Re: NT Maps - update calling different table/record
« on: March 18, 2025, 02:29:16 AM »
I think you need to make an example showing what you are trying to do.
Debugging-from-descriptions is not enough for me.
Cheers
Bruce
Debugging-from-descriptions is not enough for me.
Cheers
Bruce
33
Web Server - Ask For Help / Re: web26 example File Upload
« on: March 18, 2025, 02:27:51 AM »
Richard,
set up the example app to show the effect you are getting, and then post that example here.
Cheers
Bruce
set up the example app to show the effect you are getting, and then post that example here.
Cheers
Bruce
34
Web Server - Ask For Help / Re: Wrong encoding of text on maps
« on: March 18, 2025, 02:26:05 AM »
Is the database TPS?
I think I will need an example showing the effect.
Specifically I want to see where the encoding is happening - and what is in the database to start with.
Cheers
Bruce
I think I will need an example showing the effect.
Specifically I want to see where the encoding is happening - and what is in the database to start with.
Cheers
Bruce
35
Web Server - Ask For Help / Re: Wrong encoding of text on maps
« on: March 17, 2025, 06:03:40 AM »
>> The table containing the points are dynamically filled
filled from the database? or from something else?
filled from the database? or from something else?
36
Web Server - Ask For Help / Re: web26 example File Upload
« on: March 14, 2025, 07:30:45 AM »
not enough information or meaningful answer.
what kind of file are you uploading? How big is it?
is it set to save to disk?
I presume you are saying the _example_ app is not working for you?
Cheers
bruce
what kind of file are you uploading? How big is it?
is it set to save to disk?
I presume you are saying the _example_ app is not working for you?
Cheers
bruce
37
Web Server - Ask For Help / Re: xHTML routines on a NetWebPage
« on: March 14, 2025, 07:14:39 AM »
have you looked at the generated code to see what is happening?
38
Web Server - Ask For Help / Re: How to fill map data before showing HERE map
« on: March 11, 2025, 04:35:19 PM »
If you look at the bottom right of the map (in both your screen-shots) you'll see the source of the map tiles.
In the example it's "ESRI" and in your one (the one that doesn't work) it's MapQuest.
Neither is HERE...
So that's where I'd start looking if I were you
The settings are set in WebServer procedure, NetTalk extension, Settings, Defaults, Maps
Cheers
Bruce
In the example it's "ESRI" and in your one (the one that doesn't work) it's MapQuest.
Neither is HERE...
So that's where I'd start looking if I were you

The settings are set in WebServer procedure, NetTalk extension, Settings, Defaults, Maps
Cheers
Bruce
39
Web Server - Ask For Help / Re: How to fill map data before showing HERE map
« on: March 11, 2025, 06:42:10 AM »
is your app online so I can see it from here?
40
Web Server - Ask For Help / Re: How to fill map data before showing HERE map
« on: March 10, 2025, 07:26:47 PM »
change the example app to use your credentials, not mine.
41
Web Server - Ask For Help / Re: How to fill map data before showing HERE map
« on: March 07, 2025, 09:27:20 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?
ie - are we looking at the example for an issue, or your app for an issue?
42
Web Server - Ask For Help / Re: reload page before or after an alert message
« on: March 06, 2025, 07:31:40 PM »
tell us more about your context, what you are doing, and what you want to refresh.
43
Web Server - Ask For Help / Re: Broken browse
« on: March 06, 2025, 01:05:10 AM »
your pattern is unnecessarily deep.
A better approach would be to put Browse 3 on Form1 as a field.
Not as a child of Browse 2.
Cheers
Bruce
A better approach would be to put Browse 3 on Form1 as a field.
Not as a child of Browse 2.
Cheers
Bruce
44
Web Server - Ask For Help / Re: Setting XML Attribute Using Extended Name Attributes
« on: March 03, 2025, 11:21:20 PM »
I suspect the issue is your SAVE call.
the Save should be;
xml.save(ReturnG, strxmlout, '', 'return')
or
xml.save(ReturnG, strxmlout, 'return')
not
xml.save(ReturnG, strxmlout, 'return','')
the Save should be;
xml.save(ReturnG, strxmlout, '', 'return')
or
xml.save(ReturnG, strxmlout, 'return')
not
xml.save(ReturnG, strxmlout, 'return','')
45
Web Server - Ask For Help / Re: NT and Sftp?
« on: February 15, 2025, 10:40:08 PM »
SFTP is FTP using the SSH security protocol.
FTPS and FTPES are FTL using the SSL (TLS) security protocol.
NetTalk does TLS, but not SSH because NetTalk uses OpenSSL which doesn't do SSH.
It would be a lot of work, and another library, to add SSH, and frankly the demand for it does not justify the effort.
Cheers
Bruce
FTPS and FTPES are FTL using the SSL (TLS) security protocol.
NetTalk does TLS, but not SSH because NetTalk uses OpenSSL which doesn't do SSH.
It would be a lot of work, and another library, to add SSH, and frankly the demand for it does not justify the effort.
Cheers
Bruce