NetTalk Central

Author Topic: Error creating browse  (Read 3116 times)

ShanePeterson

  • Newbie
  • *
  • Posts: 9
    • View Profile
    • Email
Error creating browse
« on: July 23, 2007, 12:24:31 PM »
I am getting an "Unknown Variable %vFieldFile" error when I try to add fields to a new browse.  I don't see an error when adding fields to an existing browse.  I'm using NetTalk 4.28.  This is the first new browse I've attempted since upgrading to 4.28. 

I've tried to unregister and register the templates with no luck.


Alan Telford

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Error creating browse
« Reply #1 on: July 23, 2007, 01:52:14 PM »
Already mentioned on this newsgroup.

Change line #3945 of clarion6\3rdparty\template\netweb.tpl from
          #Enable(%nFieldUrl or %nFieldURLis or %nFieldURLForm or %nFieldFile)
to
          #Enable(%nFieldUrl or %nFieldURLis or %nFieldURLForm)

Regards,
Alan