Hi, in every form with a date field I´m having the following errors:
GEN: Unknown Variable '%ShowPic'
No matching prototype available - C:\Clarion7\_Apps\Dap\obj\release\Dap024.clw:316,21
TPL: (NetWeb.tpw) Error: variable %ShowPic is not defined - C:\Clarion7\accessory\template\win\NetWeb.tpw:2099,9
The template is not adding the @d6 defined in the WebServer extension to the Date fields.
See attached image.
I dont know if it is the right place but adding:
#If(Not Varexists(%ShowPic))
#Declare(%ShowPic)
#EndIf
before line 2095 of NetWeb.tpw the pb is gone.
Alberto
[attachment deleted by admin]