Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form flashes for a moment...
Message
From
11/09/2002 08:32:15
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00699077
Message ID:
00699263
Views:
19
This message has been marked as the solution to the initial question of the thread.
Nadya,

From the VFP CHM File

Show(2)
(Default) Modeless. Code that occurs after the Show method is run as it is encountered.

As you already figured out, the local variable in which you were storing the form reference was going out of scope because issuing Show(2) didn't prevent the remainder of the method from running immediately.

BTW, your Read Events is simply ignored if there is a Read Events already in effect.

Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform