NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on February 28, 2022, 07:02:53 AM

Title: Error NT 12.37
Post by: osquiabro on February 28, 2022, 07:02:53 AM
after update an compile to 12.37 and 12.36

Field not found: _LOADRECORD

in history:
Change: Default Browse Layout Default method changed to Grid (new apps only).
Change: _LoadRecord method renamed to LoadRecord

what wrong? or any template to update?
Title: Re: Error NT 12.37
Post by: ntnewbies on February 28, 2022, 08:18:59 PM
hi
i face the same problem. i found out that there is duplicate old version of tpl/tpw in template folder. i remove it and register latest nt. now the error is gone. works for me.


regards,
Jason
nt12.36
c11
Title: Re: Error NT 12.37
Post by: osquiabro on March 01, 2022, 01:15:40 AM
i can't find what you mean
Title: Re: Error NT 12.37
Post by: ntnewbies on March 02, 2022, 10:23:49 PM
hi
i had old version of nettalk.tpl and netbrw.tpw in clarion11\template folder and latest nt template at clarion11\accesory folder.
i remove the old files and reinstall the latest version executable and restart the pc. after that my problem fixed.

perhaps your situation is different.

jason
Title: Re: Error NT 12.37
Post by: ntnewbies on March 03, 2022, 12:59:12 AM
i just noticed in themer example, there is one embed point still using p_web._LoadRecord(Invoice,INV:Key)
i change it to p_web.LoadRecord(Invoice,INV:Key) and it can compile without error.

Title: Re: Error NT 12.37
Post by: Bruce on March 04, 2022, 04:18:08 AM
I'll update that example, thanks.

If you get this error in your own embed code then rename your use of _LoadRecord to LoadRecord.

cheers
Bruce