NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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?
-
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
-
i can't find what you mean
-
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
-
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.
-
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