NetTalk Central

Author Topic: Wizard form issue  (Read 2821 times)

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Wizard form issue
« on: September 25, 2018, 10:51:52 AM »
NT 10.35
CL 10

Generated a form.  WHen I compile I get the following error: No matching prototype available
Looked at code
 ! Automatic Dictionary Validation
    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()

For some reason it's not filling in the table name?  Any ideas.

Brian
Brian

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Wizard form issue
« Reply #1 on: September 25, 2018, 10:00:46 PM »
Hi Brian,

I got the same the other day using Clarion 8. Not sure why.
When I did the same in C10 it was ok. Might have something to do with the IDE version, or perhaps the IDE just got into a state - hard to say.

You will likely also need to set the fields.

What version of Clarion are you using?
And if you reboot the machine, and wizard it again, do you get the same effect?

cheers
Bruce


broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Wizard form issue
« Reply #2 on: September 26, 2018, 01:08:31 AM »
Hi Bruce,
Clarion 10.12799
Will try the reboot nad re-wizard now
Brian

broche

  • Sr. Member
  • ****
  • Posts: 336
    • View Profile
    • Email
Re: Wizard form issue
« Reply #3 on: September 26, 2018, 01:29:00 AM »
>> And if you reboot the machine, and wizard it again, do you get the same effect?
Yes, get the same result.

When I fill in the tables and keys it compiles just fine.
Going to reset the IDE and see does that make any difference.

Brian.
Brian