NetTalk Central

Author Topic: NetWebServiceMethod for table "Log" and DateTime column breaks template code  (Read 2559 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Hi,

Attached is an app that runs on SQL. It has a table Log for which I've added a maintenance web method dbLog. Without this procedure, the app compiles without a problem. But it seems like the date/time group in the record causes the template to generate wrong code in the new procedure. Any suggestions please?

Thanks
Thys

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile

Your problem is that you've marked the GROUP as Private (on the Settings, Parameters, Logfile,   Fields tab), but not the contents of the Group. This causes problems for the template.
That said, even if you do set them there are problems with the END.

I'm looking into it...

cheers
Bruce

« Last Edit: July 13, 2017, 11:08:51 PM by Bruce »

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
It's fixed, but the fix is complex.
So unfortunately it'll only be in NT10.

In the meantime don't make a GROUP private...

cheers
Bruce

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Thanks Bruce.