Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen not appearing
Message
From
07/02/2004 13:13:35
 
 
To
07/02/2004 10:47:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00875155
Message ID:
00875184
Views:
28
Hi,

Do you have a CLEAR EVENTS in the login.scx ?

>>
Can someone help with this still pending issue: I have a login screen that is NOT bringing up my main screen Here's the code in the main prog:
**************************************
* Application menu

do form login.scx 
Read Events

**the step listed below does not fire off.....after the user logs in okay...
SET STEP ON 

IF oVar.LoginOk = .T.
DO FORM logo.SCX
READ events
ELSE
**notify user
ENDIF
**************************************
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform