Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application Distribution
Message
From
30/01/2004 08:04:18
 
 
To
29/01/2004 14:35:13
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00871919
Message ID:
00872251
Views:
16
Got another one (hope I'm not going to the well one tooo many times). Do I need READ EVENTS after my call to my login form? Below is the code in my main.prg:

* Application menu

do form login.scx

IF oVar.LoginOk = .T.
do something
ELSE
notify user and do nothing
ENDIF

Read Events



* Close tables to avoid Set Multilocks error in oEnv.RestoreSets
Close Databases

* remove shutdown setting and window
On Shutdown
Release Windows UlasShut

* close remaining libraries

* EOF - Sys1Main.prg
Thanks in Advance.

J. Turner
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform