NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on September 25, 2018, 10:51:52 AM

Title: Wizard form issue
Post by: broche 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
Title: Re: Wizard form issue
Post by: Bruce 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

Title: Re: Wizard form issue
Post by: broche on September 26, 2018, 01:08:31 AM
Hi Bruce,
Clarion 10.12799
Will try the reboot nad re-wizard now
Title: Re: Wizard form issue
Post by: broche 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.