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: Refresh NWB Header
« 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?
2
Web Server - Ask For Help / Re: Refresh NWB Header
« 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.
3
Web Server - Ask For Help / Re: Refresh NWB Header
« 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
4
Web Server - Ask For Help / Re: Refresh NWB Header
« on: April 22, 2025, 02:30:54 AM »
Thank you Niels,
I have not yet updated hostvalues via WebSocket.
Are you able to give me a little direction?
I have not yet updated hostvalues via WebSocket.
Are you able to give me a little direction?
5
Web Server - Ask For Help / Refresh NWB Header
« on: April 21, 2025, 09:39:41 AM »
Hi All,
I have a value in the NWB header.
I would like to "refresh" this value, every time a new record is added via the NWF.
I tried enabling the option "Refresh Header on Save", but the NWF hangs when this option is selected.
Is there another way to refresh the value in the NWB header?
I have a value in the NWB header.
I would like to "refresh" this value, every time a new record is added via the NWF.
I tried enabling the option "Refresh Header on Save", but the NWF hangs when this option is selected.
Is there another way to refresh the value in the NWB header?
6
Web Server - Ask For Help / Re: Google picking up documents from web folder
« on: November 11, 2024, 11:43:26 PM »
Hi Bruce,
Thank you, it is files which the users upload as supporting documents which we are storing in a documents sub-folder contained in the web folder.
When I try to browse those files, I am not able to. Thus a malicious user would need to know the full file-name of the file to get to it? Or is there another way?
I maybe wrong, but would imagine that Google indexed the file whilst it was being opened / viewed by a user in Chrome.
Is there a way to project files in the web folder?
Or if the web folder is always publicly accessible, should I put the files outside the web folder, and change my user-procedure that it opens from local disk and not via URL?
Thank you, it is files which the users upload as supporting documents which we are storing in a documents sub-folder contained in the web folder.
When I try to browse those files, I am not able to. Thus a malicious user would need to know the full file-name of the file to get to it? Or is there another way?
I maybe wrong, but would imagine that Google indexed the file whilst it was being opened / viewed by a user in Chrome.
Is there a way to project files in the web folder?
Or if the web folder is always publicly accessible, should I put the files outside the web folder, and change my user-procedure that it opens from local disk and not via URL?
7
Web Server - Ask For Help / Re: Google picking up documents from web folder
« on: November 10, 2024, 09:21:02 AM »
Hi Guys,
Google suggests to add a META tag to the HTTP header of the page which calls the PDF's
"X-Robots-Tag: noindex"
Is the correct place to add this META tag under the xHTML tab of the NWB
After heading ?
Google suggests to add a META tag to the HTTP header of the page which calls the PDF's
"X-Robots-Tag: noindex"
Is the correct place to add this META tag under the xHTML tab of the NWB
After heading ?
8
Web Server - Ask For Help / Google picking up documents from web folder
« on: November 08, 2024, 12:24:09 AM »
Hi Guys,
We have a NT web server with SSL, site security, and users must be logged on to access the web server.
Google somehow managed to access documents from the "web" folder, and published links to these online.
Is there a way to block / stop this, as it is a serious security concern for the customer.
We have a NT web server with SSL, site security, and users must be logged on to access the web server.
Google somehow managed to access documents from the "web" folder, and published links to these online.
Is there a way to block / stop this, as it is a serious security concern for the customer.
9
Web Server - Ask For Help / Re: Passing Parameter to Child Browse from NWB
« on: July 17, 2024, 11:49:54 PM »
Thank you Bruce,
it is a value from the record in the parent NWB.
I can add this field to the "view fields" of the NWB.
How do I pass this to a SessionValue?
it is a value from the record in the parent NWB.
I can add this field to the "view fields" of the NWB.
How do I pass this to a SessionValue?
10
Web Server - Ask For Help / Passing Parameter to Child Browse from NWB
« on: July 17, 2024, 12:25:11 PM »
Hi Guys,
How do I pass a parameter from a NWB to a child browse?
How do I pass a parameter from a NWB to a child browse?
11
Web Server - Ask For Help / Re: Too Many SegDef
« on: June 26, 2024, 09:47:21 PM »
Thank you Alberto,
I did make it a memory form, but have not yet tried removing the "Form tag"
Let me try this and see.
I did make it a memory form, but have not yet tried removing the "Form tag"
Let me try this and see.
12
Web Server - Ask For Help / Re: Too Many SegDef
« on: June 26, 2024, 11:07:57 AM »
I've also been hitting the segdef problem more lately.
Main cause on my side is very large forms from the client side.
I've been redesigning the forms with different tabs, calling separate procedures.
However, I found that went I call a new procedure from within a NWF-tab, the controls in the new NWF seems to be broken somehow.
For example, the checkboxes break completely in the second NWF, whilst the checkboxes on the calling NWF still works.
I thought it had to do with some faulty control and/or code, but after redoing the NWF, I ran into the same issue.
Main cause on my side is very large forms from the client side.
I've been redesigning the forms with different tabs, calling separate procedures.
However, I found that went I call a new procedure from within a NWF-tab, the controls in the new NWF seems to be broken somehow.
For example, the checkboxes break completely in the second NWF, whilst the checkboxes on the calling NWF still works.
I thought it had to do with some faulty control and/or code, but after redoing the NWF, I ran into the same issue.
13
Web Server - Ask For Help / Re: Desktop app or Service
« on: June 14, 2024, 01:25:37 AM »
Thank you Jane, Alberto ;-)
14
Web Server - Ask For Help / Desktop app or Service
« on: June 12, 2024, 08:10:54 AM »
Hi Guys,
Is there an easy way to determine at runtime whether a NT app is running as a desktop instance, or a Windows Service?
Is there an easy way to determine at runtime whether a NT app is running as a desktop instance, or a Windows Service?
15
Web Server - Ask For Help / Urgent Issue: Windows Time Zone
« on: June 11, 2024, 12:29:09 AM »
Hi Guys,
We've upgraded a client to Windows Server 2022, and all of a sudden my Windows service-applications does not recognise the Windows time zone.
We are on UCT+2 and now all my log entries from the Service-applications are 2 hours behind.
Running the "normal" applications from the Windows desktop is perfectly fine. Clock() reports to the correct time.
I've done a test and inserting a record from the Windows service-application causes the same 2 hours lag-result.
I've never seen this before, and believe it must be a setting or new adoption in Windows Server 2022 - specific to Windows Services.
Anyone experienced this recently?
I've done a lot of Googling and still have no solution yet. Any help will be appreciated.
Seems like others experienced the same, but unfortunately not answer yet ...
https://stackoverflow.com/questions/74277164/service-running-in-a-different-timezone-than-windows-with-a-specific-user
We've upgraded a client to Windows Server 2022, and all of a sudden my Windows service-applications does not recognise the Windows time zone.
We are on UCT+2 and now all my log entries from the Service-applications are 2 hours behind.
Running the "normal" applications from the Windows desktop is perfectly fine. Clock() reports to the correct time.
I've done a test and inserting a record from the Windows service-application causes the same 2 hours lag-result.
I've never seen this before, and believe it must be a setting or new adoption in Windows Server 2022 - specific to Windows Services.
Anyone experienced this recently?
I've done a lot of Googling and still have no solution yet. Any help will be appreciated.
Seems like others experienced the same, but unfortunately not answer yet ...
https://stackoverflow.com/questions/74277164/service-running-in-a-different-timezone-than-windows-with-a-specific-user