Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level form way of doing things
Message
From
13/01/1997 23:21:19
 
 
To
13/01/1997 18:47:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00017221
Message ID:
00017265
Views:
70
>Put in a READ EVENTS for your login. If successful, CLEAR EVENTS, then READ EVENTS again. If login fails, just CLEAR EVENTS.

Ok, it works now. What I did was to put my READ EVENTS in my form Activate() and the CLEAR EVENTS in the master class. The right way is to have the READ EVENTS in the form Activate() and the CLEAR EVENTS in the form QueryUnload().

Each top level form need to have its own EVENTS.

I guess I'll have to add a property in my base form which will take care of that by having a lTopLevel property in the base form.

Thanks.
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
Next
Reply
Map
View

Click here to load this message in the networking platform