Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display modal form on startup
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00669077
Message ID:
00669128
Views:
19
Hi,
I did set the property as mentioned in previous msg. And I
*--Main.prg
*--Display login form

DO FORM frmLogin

*--Return value from login form

lcReturn = frmLogin.lvReturnValue

*--Release form

frmLogin.RELEASE

*--If login not success, RETURN .F. to quit
If lcReturn = "FAILED-"
   RETURN .F.
ENDIF

** Start the application, show the main screen.. 
When I run the code above, the login form doesn't appear and the following code executed.

Why?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform