NetTalk Central

Author Topic: Clarion 11 - Unknown Identifier  (Read 2578 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Clarion 11 - Unknown Identifier
« on: October 09, 2018, 11:40:49 AM »
CL 11.13244
NT 10.35
MessageBox 2.41

CHECK('Dont Show This Again'),AT(85,65),USE(DontShowThisAgain),HIDE

Getting this error on Compile.
Also the couple of instances where table name is not filled in is still happening

   p_web.OpenFile()
    If p_web.GetFile(,)
      loc:Invalid = 'Crs:GUIDStaff'
      if not loc:alert then loc:Alert = p_web.translate('Crs:GUIDStaff') & ' ' & clip(p_web.site.InFileText) & ' '.
      !exit
    End
    p_web.CloseFile()
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Clarion 11 - Unknown Identifier
« Reply #1 on: October 10, 2018, 02:36:06 AM »
not much I can do about the file names - but do you get the error when compiling any of the MessageBox examples?

cheers
Bruce