Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects SHOW prematurely??
Message
From
23/11/1998 02:32:17
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00160393
Message ID:
00160413
Views:
14
Try to use:

Wait Window Nowait "My Message" Timeout 10

Provide that there will be no more wait Statement!

or Even use:

Wait Window Nowait "My Message" NoClear

and at Form.init() && Near last procedure for form created
Wait Clear

^-^; Good Luck!

>No, no ActiveX just some basic code. Nothing that would display the form... I'm getting this behavior on EVERY class in my framework, so I'm thinking that it's got to be something deeper than my code...
>
>*But* the form is not *supposed* to display until the SHOW method is called, right?
>
>Thanks
>
>
>>Maybe something in a class contained in that form?
>>
>>Do you use any ActiveX control in the form?
>>
>>Vlad
>>
>>>Why is it that, in the following code, the form is displayed prior to the line with SHOW?
>>>
>>>oOptionClass = CREATEOBJECT("OptionBaseClass")
>>>oOptionClass.SHOW
>>>
>>>I add a WAIT WINDOW 'stop here' between the two lines and the form displays before the wait window...
>>>
>>>There's nothing in the class definition that displays the form, what else could cause this?
>>>
>>>TIA
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform