Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameter to form
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Passing parameter to form
Miscellaneous
Thread ID:
00250894
Message ID:
00250894
Views:
47
I'm calling a form (that checks for a valid password)in the click of a command button. The command I use is
DO FORM PASSWORD TO lValPass
before this command I say LOCAL lvalPass
In the password form , in the init I say
Paramaters lValPass
I also create the property lValPass on the form.

In the Unload of the form I return lvalpass
I get an error message that lvalpass is not valid

On my password form I have just 1 textbox called txtpass. In the click of that I check to see if the password is valid. If it is I set lvalpass to t, otherwise it's f.

This isn't working.

Please help.

Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform