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: 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?
2
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 ?
3
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.
4
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?
5
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?
6
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.
7
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.
8
Web Server - Ask For Help / Re: Desktop app or Service
« on: June 14, 2024, 01:25:37 AM »
Thank you Jane, Alberto ;-)
9
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?
10
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
11
Web Server - Ask For Help / GUID Question
« on: May 24, 2024, 02:54:50 AM »
Hi Guys,
All my GUID's are 16 characters, and relations between my tables are all GUID based lately.
A .Net developer told me that the GUID should ideally be 32 characters.
Does this mean moving forward it is best to cater for 32 bit GUID's in my tables, or will 16 characters suffice for the foreseeable future.
I did a bit of reading up on this, but would like to hear any comments.
All my GUID's are 16 characters, and relations between my tables are all GUID based lately.
A .Net developer told me that the GUID should ideally be 32 characters.
Does this mean moving forward it is best to cater for 32 bit GUID's in my tables, or will 16 characters suffice for the foreseeable future.
I did a bit of reading up on this, but would like to hear any comments.
12
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« on: May 14, 2024, 11:30:13 AM »
Hi Robert,
I see it works on my iPhone.
I changed the barcode format to EAN and this enabled me to scan successfully.
My web-app was uploaded to the Windows server, opened from my iPhone and scans successfully.
I see it works on my iPhone.
I changed the barcode format to EAN and this enabled me to scan successfully.
My web-app was uploaded to the Windows server, opened from my iPhone and scans successfully.
13
Web Server - Ask For Help / Re: Webcam(79) example, give error with iPhone
« on: April 24, 2024, 06:00:00 AM »
Hi Everyone,
I managed to run Webcam(79) on my Windows workstation successfully.
The barcode appears onscreen, but I am not sure how "BEEP" scan the barcode so it inserts into the field.
Is it supposed to auto-scan?
From our server however, I get the same Javascript error, and I am running the exact same set of files.
With WEB1.exe as the application.
I managed to run Webcam(79) on my Windows workstation successfully.
The barcode appears onscreen, but I am not sure how "BEEP" scan the barcode so it inserts into the field.
Is it supposed to auto-scan?
From our server however, I get the same Javascript error, and I am running the exact same set of files.
With WEB1.exe as the application.
14
Web Server - Ask For Help / Re: Windows Popup Message
« on: December 01, 2023, 12:44:08 AM »
Thank you Alberto,
But the client needs to be in the web app to receive the message?
Sorry, I left out to say, the popup should happen in the their browser, even if they are on another website,
Or in Windows, perhaps from the tray?
But the client needs to be in the web app to receive the message?
Sorry, I left out to say, the popup should happen in the their browser, even if they are on another website,
Or in Windows, perhaps from the tray?
15
Web Server - Ask For Help / Windows Popup Message
« on: November 30, 2023, 03:52:55 AM »
Hi Guys,
Not sure if this is the correct place to ask, but perhaps someone could make a suggestion,
I am looking for a Windows Popup Message template.
For example, when transactions are pending approval in the application database, it should prompt the user and give a popup message accordingly.
Not sure if this is the correct place to ask, but perhaps someone could make a suggestion,
I am looking for a Windows Popup Message template.
For example, when transactions are pending approval in the application database, it should prompt the user and give a popup message accordingly.