1
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by osquiabro on Today at 08:20:44 AM »in GotFocusBack refresh your value or send to a routine that recalculate and then refresh,
other options in Reset other fields in your browse inside the memory form reset yor values
other options in Reset other fields in your browse inside the memory form reset yor values
2
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by rupertvz on Today at 04:25:03 AM »Thank you Alberto, Osquiabro,
I tried this approach also, putting the NWB inside a memory form.
But I can't get the value on the memory form to refresh with the latest record added to the NWB.
How do you refresh the value? As the control-name does not show up to refresh from the NWB side.
Maybe I am missing something?
I tried this approach also, putting the NWB inside a memory form.
But I can't get the value on the memory form to refresh with the latest record added to the NWB.
How do you refresh the value? As the control-name does not show up to refresh from the NWB side.
Maybe I am missing something?
3
Web Server - Share Knowledge / reCAPTCHA v3 with NT
« Last post by osquiabro on April 29, 2025, 05:42:09 AM »Hello, this is a small example to add reCAPTCHA v3 on NT, the .ini files must be copied to the web folder. And remeber change in the ini file with your secret key provide by reCAPTCHA, and only work with https
4
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by osquiabro on April 29, 2025, 04:37:26 AM »I always use that approach that mention Alberto
5
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by Alberto 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
6
The Rest - Share Knowledge / Re: Posting a file to a web site
« Last post by Jane on April 28, 2025, 09:24:17 AM »Verifying the server name is obviously a security concern.
But if you're certain of the server, you can turn off the name checking.
Use the DontVerifyRemoteCertificateCommonName property:
https://www.capesoft.com/docs/NetTalk14/NetTalkWebClient.Htm#TLS
But if you're certain of the server, you can turn off the name checking.
Use the DontVerifyRemoteCertificateCommonName property:
https://www.capesoft.com/docs/NetTalk14/NetTalkWebClient.Htm#TLS
7
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by rupertvz on April 28, 2025, 08:32:47 AM »Thank you Bruce,
I will make an example app,
It is however very simple, for every record inserted into the NWB by the user, the total no of records (or quantities captured by the user) must show in the NWB HTML "header".
I need to show the total in the top (header) section, thus cannot use column totalling.
I will make an example app,
It is however very simple, for every record inserted into the NWB by the user, the total no of records (or quantities captured by the user) must show in the NWB HTML "header".
I need to show the total in the top (header) section, thus cannot use column totalling.
8
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by Bruce on April 25, 2025, 10:46:32 PM »ahhh - so when you said "the browse header" you meant in a routine that you happened to name "header".
A small detail, that probably matters with regard to the answers.
The item you are updating in this header, is it specific to this user, or common across all users using the server? It seems like it's a value unique to this user?
Your best option is to make a small example app showing what it is you want to do, and I can look at that and suggest something from there...
Cheers
Bruce
A small detail, that probably matters with regard to the answers.
The item you are updating in this header, is it specific to this user, or common across all users using the server? It seems like it's a value unique to this user?
Your best option is to make a small example app showing what it is you want to do, and I can look at that and suggest something from there...
Cheers
Bruce
9
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by rupertvz on April 25, 2025, 01:19:17 AM »Hi Bruce,
Kindly see attached for the HTML section for the NWB.
Regards
Rupert
Kindly see attached for the HTML section for the NWB.
Regards
Rupert
10
Web Server - Ask For Help / Re: Refresh NWB Header
« Last post by Bruce on April 23, 2025, 07:18:51 PM »define what you mean by "browse header" ?