Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameter to form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00250894
Message ID:
00251318
Views:
8
Hi Jane,
In your password form create a property call freturnvalue.
in the click event of the Ok Button set this
if password ok
thisform.freturnvalue = .t.
** other code here
thisform.release()
endif

in the unload event type the foll code
return(thisform.freturnvalue)

I hope I this could help.

regards,
Fred
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Reply
Map
View

Click here to load this message in the networking platform