NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on April 13, 2013, 02:39:22 AM

Title: Errors creating new Bowses and Forms
Post by: terryd on April 13, 2013, 02:39:22 AM
Windows7ultimate Clarion8.0.9759 NT7.07 StringTheory1.77
I am finding this on any web application
Loaded example1 compiled and run - no problem
 Create a new procedure Immediately the errors on image b.jpg appear.
Complete the browse requirements (add table fields etc and compile errors on image c.jpg appear.
The same happens with netforms
I haven't changed anything and have reinstalled nt707 and stringtheory1.77 all existing browses and forms are fine, just impossible to add any new procedures.

Any help please.

[attachment deleted by admin]
Title: Re: Errors creating new Bowses and Forms
Post by: Bruce on April 14, 2013, 08:12:27 PM
a) ignore those sort of warnings when new procedures are created. They appear for technical reasons which are very boring to explain. They do not cause a problem.

b) when you created the procedure you did not use the "defaults" list - you used the "templates" list - and hence the parameters for
the procedure were not populated. If you do this then copy the parameter list from any other browse (for browses) or form (for forms.)

cheers
Bruce
Title: Re: Errors creating new Bowses and Forms
Post by: terryd on April 14, 2013, 11:07:30 PM
Thanks
That was it.