Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't Open Next Form
Message
 
To
26/05/2017 08:39:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01651531
Message ID:
01651535
Views:
61
>As part of a my registration form for users, (using VFP 6.0),
>
>users enter data
>data goes through validation. once a record passes all validation, the user data is inserted into the applicable tables.
>
>at the end of the validation process, i want to close the form and open up the main form. The code is simple as follows:
>
>DO FORM main2 WITH thisform
>
>thisform.Release()
>
>But I end up getting the error code: DO FORM main2 WITH thisform**No PARAMETER statement is found.
>
>any ideas anyone?

Does main2 form have a LPARAMETER statement as a first line in the Init method?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform