Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Viewing
Message
 
 
To
16/10/2002 09:51:42
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00711651
Message ID:
00711697
Views:
7
>>>I am executing the following code to instantiate a form. The form just blinks on the screen. I can not view it again. I have set the modal property and also used the read events. The screen does not stop on the read events syntax. What am I missing?
>>>
>>> If Alltrim(lcPassword) == BRIDGE_PASSWORD
>>> DO form forms\viewer.scx
>>> EndIf
>>> Read Events
>>
>>The Read Events should be before the form is started, not after. Otherwise there is no event handler to "hold it up."
>>
>>Mike
>
>How is this? If you put the READ EVENTS at the beginning, the program will stop there. Commands after the READ EVENTS will not be executed until a CLEAR EVENTS is issued.
>
>Hilmar.

My mistake. Brain dead this morning.

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform