Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command window
Message
From
03/02/2002 10:46:42
 
 
To
03/02/2002 10:26:12
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00614537
Message ID:
00614544
Views:
22
>>>>>Can somebody tell me why these two commands dont do anything if I run them both at the same time:
>o = NEWOBJECT('frmschentry', 'opmonitor')
>o.Visible = .t.
>>>but if I run them one by one then a form is visible.
>
>
>Mark, problably, that´s because your variable is running out of scope... try:
>
>
>Public o
>o = NEWOBJECT('frmschentry', 'opmonitor')
>o.Visible = .t.
>
This is Command window. How a var. can run out of scope?

Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform