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

Pages: [1] 2 3 ... 736
1
>> That doesn't seem right?

It is not right.
In NetWeb.Tpw,

#Group(%SetSuppressComment) (circa line 5310)

      #CASE(%SuppressPrompts)

should be

      #CASE(%SuppressComments)

Fixed for build 14.22

Thanks for the report and example Jane.

2

Plan I'm going with, if I missing the obvious let me know.
 

This is the approach I would adopt, and indeed the approach I think they recommend.

Bruce

3
SendEmail is a procedure in your app, so inspect that code there and add whatever you like.

Cheers
Bruce

4
E-Mail - Ask For Help / Re: Email send using Microsoft Graph
« on: May 12, 2024, 11:22:12 PM »
NT Email Send supports the SMTP protocol.

As I recall (and I may be wrong) Microsoft Graph uses a proprietary API, so you would need to code against that using (most likely) the NetWebClient class.

6
Web Server - Ask For Help / Re: disable moving columns
« on: May 06, 2024, 09:33:23 PM »
You seem to have got "some of" the column resizing turned on for that browse, but not all of it.
I suggest you duplicate the effect in a shipping example and send it to me so I can see what combination of settings you have used, in the WebServer procedure, and the Browse procedure.

Cheers
Bruce

7
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 06, 2024, 09:29:38 PM »
No, sorry, I meant;

When implementing MapBox - did you write a derived class - derived from NetMaps, which just implemented the MapBox API's in place of the HERE Api's ?

Cheers
Bruce

8
Web Server - Ask For Help / Re: Old wizard
« on: May 06, 2024, 09:28:01 PM »
noted.

9
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: May 01, 2024, 10:13:55 PM »
Hi Poul,

did you switch be creating a new class derived from the NetMaps class?
That would be the easiest way to support new services - all you have to do is form the API requests, and handle the responses. The base class does all the work and it remains compatible with the templates.

Cheers
Bruce

10
Web Server - Ask For Help / Re: Deleting Session Values on Logout
« on: April 29, 2024, 10:27:08 PM »
if you have 2 questions, it's usually best to start 2 threads.

>> 1. Where is the check box to DELETE ALL SESSION VALUES on LOGOUT?
https://www.capesoft.com/docs/NetTalk14/NetTalkWebFunctionality.htm#WebserverSecurity

>> 2. What does the Checkbox on Server Settings - Performance Tab - 'Save Server State between runs" do?
https://www.capesoft.com/docs/NetTalk14/NetTalkWebFunctionality.htm#WebserverPerformance

11
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: April 29, 2024, 02:22:56 AM »
you're using the NetMapsHERE class there, but I think you want to switch to the NetMapsHEREPlatform.

From the update notes;
Maps: Added NetMapsHEREPlatform class. Use Global Extension template setting to switch maps to using this class. Necessary if you have a HERE Platform account.

Cheers
Bruce

12
Interestingly the Signature field type does not come with a "Validation" tab. That seems like an oversight.
But basically yes, check the length of the field. If It's < 5 then it's "empty".
(There's some text wrapping, hence don't just check for length 0)


13
At this stage we're waiting for a Chrome update to roll out with the fix. The user can also check and see if there are any Chrome updates waiting.

Cheers
Bruce

14
Web Server - Ask For Help / Re: Here maps are slow with NT 14.21
« on: April 26, 2024, 07:55:49 AM »
Hi Jari,

May just be the different API.
I presume you switched your HERE credentials to using the new HERE Platform API's?
(ie you signed up for the new HERE Platform product, nd you put your new credentials in the global extension?)

Cheers
Bruce

15
Web Server - Ask For Help / Re: How do I know if the connection is on?
« on: April 25, 2024, 08:48:04 PM »
Hi Jari,

There is no "connection to the web site".

The pattern is
"connect, request, response, disconnect".

>> I have a website that automatically updates information.

I'm not sure what you mean by this. Perhaps you want to elaborate? Like are you using web sockets? Timers? User refreshes page?

>>  If the connection to the web server is interrupted for some reason (e.g., due to an update), I would like the login page to appear.

So the web server is down, because you are doing an update? In that case you can't go to the login page because, well, the web server is down.
If the server is down, but is now up, and you used "save state" then the user won't notice and can continue as before.

I think you might want to include a lot more detail about this post because its really hard to give you useful information with so little context.

Also I presume you are on build 14.21? You didn't think to mention otherwise.

Bruce


Pages: [1] 2 3 ... 736