Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command window
Message
From
03/02/2002 10:26:12
 
 
To
03/02/2002 10:04:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00614537
Message ID:
00614541
Views:
18
>>>>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.
Claudio Lassala
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform