NetTalk Central

Author Topic: PR21 problem - hope this helps  (Read 2805 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
PR21 problem - hope this helps
« 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]
« Last Edit: June 25, 2010, 01:19:33 PM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: PR21 problem - hope this helps
« Reply #1 on: June 25, 2010, 07:53:33 PM »
thanks.