NetTalk Central

Author Topic: NetTalk 11 template variables?  (Read 3520 times)

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
NetTalk 11 template variables?
« on: May 21, 2019, 09:28:52 PM »
Hi,

Attached is a list of "unknown" template variables that are displayed when I compile an app and get errors. I'm not sure in which these variables are used - I did a search in the Clarion11 folder and couldn't find anything. I need to start somewhere, so I thought that NetTalk 11 might be the source.

Can anyone confirm whether these variables are used in NetTalk 11 please?

Thanks
Thys

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: NetTalk 11 template variables?
« Reply #1 on: May 21, 2019, 09:38:25 PM »
I found the variables in NETWEB.TPW and they seem to be part of the NetWebService template.

Any idea how I can get my app compiled without these errors, please?

DonRidley

  • Don Ridley
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 729
  • donaldridley2011@gmail.com
    • View Profile
    • Email
Re: NetTalk 11 template variables?
« Reply #2 on: May 22, 2019, 02:12:48 AM »
I think they are related to the auto documentation feature in the sync procedures.

Do you have those in your app?  sync and syncSomeTable

Don
"Eliminate the impossible, whatever remains, however unlikely, must be the truth."

NetTalk 12.55
Clarion 11

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: NetTalk 11 template variables?
« Reply #3 on: May 22, 2019, 02:16:52 AM »
There is no syncing done from this app.

The options are presented in the Documentation tab of the NetWebService template dialog box. But there is no way to "switch it off" - the errors are generated for any combination of values that are chosen. So it seems to be something inherently missing in the template.

Thys

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: NetTalk 11 template variables?
« Reply #4 on: May 22, 2019, 06:59:02 AM »
I think you get this if you have a NetWebService method that is _not_ set as "Part Of" a NetWebService.

So check your NetWebServiceMethod procedures, and make sure all are linked to some "parent" NetWebService procedure. (There's a link from the service to the method, and a link from the method to the service, it's the latter link I'm talking about here.)

cheers
Bruce

Thys

  • Sr. Member
  • ****
  • Posts: 311
    • View Profile
    • Incasu
    • Email
Re: NetTalk 11 template variables?
« Reply #5 on: May 23, 2019, 12:09:58 AM »
Thanks Bruce.

Yes, there was ONE method that had another procedure listed as the web service - it was marked as the next one in the list which was another method procedure.

Some other problems now occur, which I'll address in another post.

Thys