Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level form way of doing things
Message
From
25/01/1997 11:40:15
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00017221
Message ID:
00018395
Views:
47
>* logon
>glContinue = .T.
>DO FORM LOGON
>IF glContinue
> DO Main.mpr
> READ EVENTS
>ELSE
> QUIT
>ENDIF
>
>So am I holding up other windows processing because there's
>no READ EVENTS following DO FORM LOGON?

Yes, I was doing that like that as well.

But, it is not applicable since my form is a top level form. Since the main application READ EVENTS is not fired yet at the login time, we have to add a READ EVENTS stoper somewhere.

This is solvable. What is not is a way to make the login form or any top level form frontmost window.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform