NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on September 04, 2013, 10:24:11 PM
-
Hi Bruce
I add the code in the WebHandler, processLink
p_web.SSV('ntv',NetTalk:TemplateVersion)
I am getting compile errors:
Unknown procedure lable
Field not found:SSV
Any suggestions
Regards
Johan
-
replace "p_web" with "self" you are inside the object
-
Tanks , it is working now
-
A good tip is to make sure the Object Name in the WebHandler is, well, p_web.
Very old apps used a different name, but changing it to p_web has some advantages in terms of some of the code generated.
cheers
Bruce