NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: Syslog 'Server'
« Last post by rjolda on Today at 07:39:10 AM »
Hi Paul,
Not sure what you are really trying to do.  Do you want to take log entries from your NT server and filter them and send an SMS text to your phone with the ones you want?
Ron
2
Web Server - Ask For Help / Re: form refreshes and shows from the top
« Last post by rjolda on Today at 07:36:53 AM »
Ooooh, that hurts.   If you don't have one procedure per module, then reset your app with one procedure per module.  If that doesn't help, then maybe you need to re-visit your very large table?
Ron
3
Hi Johan

Yes! it is one of the items I could not recall.

And there was another external one that was discussed in on of the webinars.
Think it was similar to leaping frog with type of output.

The memory getting a little shaky nowadays :)

thanks

Johan



4
Hi Johan,

Maybe you are thinking about the NetTalk WebStrain.app.
It is here: C:\Your Clarion Folder\accessory\Examples\Capesoft\NetTalk\WebClient\Web Strain

Regards
Johan de Klerk
5
Web Server - Ask For Help / NTWS load testing and other info software?
« Last post by JohanR on August 11, 2026, 09:39:05 PM »
Hi,

I recall there was software recomended to test a webserver/website.
This will mostly be for the public facing area.

I have been using ScreamingFrog free version and , provides very good info and easy to read,
but free version only does 1 connection and the paid version a little beyond my budget for this exercise.

Also been using loader.io

Any other tips possibly on helpful load testing software?

thanks

Johan



6
Web Server - Ask For Help / Re: Update field/variable on lose focus?
« Last post by rjolda on August 11, 2026, 10:53:10 AM »
Hi Johan,
I did separate top menu items for Reset Password and for Create New User Account.  They do not have to be logged into the app to use these.  For password resets, they just enter their E mail address and press the Send Button - My code checks the e-mail and if it is a registered E mail I send them a link for Password reset.  That is a separate form from the login page - got too messy trying to do logins and password resets on same memform.  I allow new users to fill in a form and they need to enter their mobile phone number and their email ( their e mail address is their login).  I then send them a text with pin code and the link to use pin code to sign in and get new password.
I am not sure that you can trap the "Save" button on a memform. 
Ron
7
Web Server - Ask For Help / Re: form refreshes and shows from the top
« Last post by MikeR on August 11, 2026, 08:38:59 AM »
Segdef compile errors , forces me to split the updateform into more than 1
8
Web Server - Ask For Help / Re: Update field/variable on lose focus?
« Last post by JohanR on August 10, 2026, 08:35:26 PM »
Hi Ron

Thanks for the info
Was thinking along the same lines.

Another method that I am trying to get to work is using the SAVE button, this seems to do the field update correctly.

However this is the LOGIN page, and it was called from a page that requires the login
So the SAVE button URL does not work.

The issue comes in that I have added a few forms hanging off the login procedure and the _chain_ is at play, so it wants to go back to the page that called the login procedure.
These extra forms are for password resets, OTP's , new signups etc..

Still working through this.

regards
Johan

9
Web Server - Ask For Help / Syslog 'Server'
« Last post by PaulMacFarlane on August 10, 2026, 01:35:08 PM »
Has anyone created a Syslog Server to receive messages?

I have a situation where I don't really want to log all that much.  It's going to toss 99% of the messages.

10
Web Server - Ask For Help / Re: Update field/variable on lose focus?
« Last post by rjolda on August 10, 2026, 10:33:27 AM »
HI Johann,
I have seen the same issue.  In those cases I put a button on the form that says something like 'Press to Validate your entry'.  That way, they are told to do something. SO, if they complain that "they put in a value and it didn't work" then you can ask them if they pressed the "Validate button" - and it becomes your chance to educate them!
I am not sure if there is a $Script command that you can trigger before the form is closed but then it may not have the value they entered because they did not acknowledge it with a Tab or Enter.
Ron
Pages: [1] 2 3 ... 10