Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VCX form blows by in code...use READ EVENTS?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01054998
Message ID:
01055120
Views:
20
>Hi Everyone,
>
>Normally I use .scx based forms but in this case, I want to instantiate the form and then set some properties on it before I make it visible (properties that vary depending upon which program calls the form). But code excutition continues than I want:
>
>
>
>loTest = CREATEOBJECT("funkyForm")
>loTest.OmitStep(2)
>
>* here is where I want to stop
>
>
>
>Is it safe and good practice to put a READ EVENTS after setting my properties and then put a CLEAR EVENTS in the form .Release method. This seems to work but not sure if recommended or might it be problematic later?
>
Albert,

That's the way to do it, if I understand correctly.

Could it be that the variable is going out of scope?
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform