NetTalk Central

Recent Posts

Pages: [1] 2 3 ... 10
1
Web Server - Ask For Help / Re: Multi site host maintenance message
« Last post by Bruce on March 19, 2026, 02:06:08 AM »
Hi Tim,

I don't think you can do what you want here. The include is limited to the \web folder (for each site).
For security You can't access files from elsewhere on the disk using an include.
I recommend you just make a batch file to propagate your message to the other folders.

Cheers
Bruce
2
Web Server - Ask For Help / Re: GET response without NetTalk Ajax "stuff"
« Last post by Bruce on March 18, 2026, 05:51:06 PM »
I'm not sure you're asking the right question.

From your screen-shot I'm guessing you are writing custom JavaScript, which in turn makes a request to the server? And you've got custom code on the server to generate the response? But your custom JavaScript code doesn't match your custom response - or more accurately you don't feel you have enough control over the response to achieve what you are wanting to do?

Am I on the right track?

Bruce
3
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Niels Larsen on March 17, 2026, 06:28:35 AM »
Hi Bruce

Thanks for the feedback.
I know you're a busy man but when you didn't respond to my inquiries I got a little worried.

But now I'm happy again - looking forward to really getting started using the new driver.

Regards Niels
4
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Bruce on March 16, 2026, 08:39:59 PM »
Sorry for the long wait, but it is fixed in Build 1.15, which is currently being built for upload, so should go up today.

Niels, I haven't had any emails from you recently, so maybe send me an email to see if they're coming through?

>> I am a little worried why we are not getting any feedback on this site.

I've just been really busy the last while, and so my visits here have been thin of late. After today's build is up I'll try and catch up a bit.

Update: Build is now up.
5
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Niels Larsen on March 16, 2026, 05:04:12 AM »
Unfortunately there is nothing new.
I have tried to get in touch with Bruce a couple of times in the last month for a status but heard nothing.
I am a little worried why we are not getting any feedback on this site.
For my part I have chosen to roll my project back to the old sql driver as I have customers who cannot wait any longer.
6
Web Server - Ask For Help / GET response without NetTalk Ajax "stuff"
« Last post by the_question on March 04, 2026, 10:58:54 AM »
Hello,

Is there a way to tell NetTalk server not to send ajax data in response?

I have a browse, and I have created my event where response data are sent to my fetch() function request. Even when I use p_web.SendJSON(), it is wraped inside div.

...
<div id="contentbody_div"  class=" nt-contentpanel nt-contentpanel-h">{"name":"John", "age":30, "car":null}</div>
...

I have tried with Accept parameters in request, but it is ignored by the server.

Code: [Select]
    const response = await fetch("/BrowsePage?" + params, {
      method: "GET",
      headers: { Accept: "application/json" },
    });

p_web.SendString() also gets wraped.

Is there a way to have response just with my data? I am using NetTalk 14.36 version.
7
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Niels Larsen on February 23, 2026, 05:48:37 AM »
Update.
I have managed to recreate the error in an NTWS example.
It seems that the error occurs when there are two unique keys.
I have sent my example to Bruce and in dialogue with him via email.
Will update again when there is something new.

/Niels
8
Web Server - Ask For Help / File Manager 3
« Last post by MikeR on February 20, 2026, 03:41:40 AM »
[FM3] [default constraints] Error: 21000 - Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The cursor was not declared.
Would you like to End the Program?,WebServer,LandBankTest.exe,

I dont know which program or which statement its complaining about ?????
9
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by osquiabro on February 18, 2026, 04:06:02 AM »
I think it would be better to start posting on Clarion Hub, I see that Bruce answers faster there than on this forum.
10
Web Server - Ask For Help / Re: NT14 CLALIT2 - NetwebForm - Duplicate Record
« Last post by Niels Larsen on February 16, 2026, 10:27:12 PM »
I am experiencing the same duplicate error after updating with the new driver kit (mssql) on my NTVS app. NT 14.37 and DKS 1.14
Pages: [1] 2 3 ... 10