NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 25, 2010, 12:40:16 PM

Title: PR21 problem - hope this helps
Post by: Alberto on June 25, 2010, 12:40:16 PM
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]
Title: Re: PR21 problem - hope this helps
Post by: Bruce on June 25, 2010, 07:53:33 PM
thanks.