NetTalk Central

Show Posts

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.


Messages - Alberto

Pages: 1 ... 3 4 [5] 6 7 ... 123
61
Cheking using web77 example it works ok with and without prefixes

<?xml version="1.0"  encoding="utf-8"?>
<dbProduct_response xmlns="Database">
  <ProductDetails>
    <ID>1</ID>
    <NAME>File Manager 2</NAME>
    <RRP>239</RRP>
  </ProductDetails>
</dbProduct_response>

62
If I recall ok, I had to cut those prefixes manually in a server made using NT11.
I willl test it using NT12 and let you know.

63
Hi Niels, as I can see in your image you are setting the  "Include Field Prefixes" in the Parameters tab and not in the Resluts tab.
Regards

64
Web Server - Ask For Help / Re: How to get rid of this errorning
« on: November 14, 2022, 05:11:36 AM »
Last C11.1
Last NT12 and all CS templates
All this apps cames from apps first programed using C9 and Nt6
They were upgraded and upgraded in each Clarion new version and NT new version

65
Web Server - Ask For Help / How to get rid of this errorning
« on: November 10, 2022, 12:47:47 PM »
Hi,
I write errorning because its an error but the app compiles ok like it is a warning.
Its a DLL from a multi DLL app, its not the data.dll
I have this same errorning in 4 of 16 dlls and I can find the solution.
Please see pic
Any idea?

66
Web Server - Ask For Help / NT12 and winsocket perfomance form
« on: November 09, 2022, 01:13:06 PM »
Hi, it is not formating the numbers, please see pic.

67
Web Server - Ask For Help / Re: NWB Record Limit
« on: November 02, 2022, 04:45:33 AM »
If you use a session value, that value will remain until the session is logged out, That means that no matter the web page the user goes to, when returned to the browse the counter will remain the same value.
Obviously, you can also reset it to cero where you want.

68
Web Server - Ask For Help / Re: NT 11 Gpf
« on: October 26, 2022, 11:43:09 AM »
Ive made some migrations to 12 from 11 and have to remake some pages, many css, etc.
How do you expect the migration to be from 12 to 14?

69
Web Server - Ask For Help / NT 11 Gpf
« on: October 24, 2022, 10:32:00 AM »
Hi, I have a NT web page that randomly GPFs.
Ive added it CS Gpf reporter but does not get any information.
Some times it hangs like in the pic, sometimes it gets so slow that users cant use it anymore and when I close it I get a GPF windows on a thread but no info at all.
Its Sql, Ive added a re connection verify each 10 seconds, so connection is ok.
Ive extend the disconnection time to 20 hours, and nothing.
Any other Idea?

70
Web Server - Ask For Help / Re: File Manager 3 issue
« on: July 27, 2022, 05:30:54 AM »
Hi Richard, try importing the file to the dct.
Regards

71
Hi,
Try this:

GLO:DriverOptions = '/VERIFYVIASELECT=true ; /BUSYHANDLING=2 ; /LOGONSCREEN=FALSE'

Regards

72
Web Server - Ask For Help / Re: NT 12.42 Problems
« on: July 08, 2022, 04:40:50 AM »
Spanish works ok for me (Im on utf-8) but what I think is uncomfortable is the change of the Header and Footer selectors to "Advance"
In an existing app it appears blanked
I think it would be a good idea to move it to Defaults
Also move the Max Threads to Perfomance
And change the Advance tab name to Translations or Variety or... :-)
Regards

73
Web Server - Ask For Help / Re: Save a photo to a blob field
« on: July 05, 2022, 10:42:08 AM »
Ok, and when will 12.42 be available?
I only see 12.41
Regards

74
Any idea Bruce? Nt 11.48

75
Web Server - Ask For Help / Re: Save a photo to a blob field
« on: June 30, 2022, 09:00:05 AM »
Ok, I think I discover whats happening.
Im saving the blob in a popup form
If I try to save the blob in an insert, it does not work, I think may be the file is not completly saved when doing the filetoblob.
Opening again the form and saving, the blob is saved ok.
Where in the form code must I add the filetoblob code for it to be saved in an insert?
Ive tried many embeds and nothing work.
ValidateInsert, PostInsert, SaveFile, etc.
Thanks

Pages: 1 ... 3 4 [5] 6 7 ... 123