Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top level form way of doing things
Message
From
14/01/1997 16:16:23
 
 
To
14/01/1997 15:45:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00017221
Message ID:
00017365
Views:
84
>>Hmmmm......in reality, the READ EVENTS should be a your main prg. You should not put READ EVENTS in the form.
>
>If I put my READ EVENTS before DO FORM LOGIN, this will not work because the system will stop at the READ EVENTS line.

The way to do this has always been in a PRG:

DO FORM LOGIN TO lProceed
READ EVENTS

IF lProceed
CLEAR EVENTS
DO MAIN.MPR
READ EVENTS
ELSE
CLEAR EVENTS
ENDIF

Craig
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform