Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is error activeform not an object?
Message
 
 
To
19/02/2004 21:10:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00879042
Message ID:
00879052
Views:
18
Didn't you release form already with 'oref.release()' ?

>
>oRef=_screen.activeform
>set step on
>
>if oref.caption="View Document"
>	oref.release()
>endif
>
>if _screen.activeform.mygrid1.visible=.t.
>	_screen.activeform.mygrid1.visible=.f.
>else
>	_screen.activeform.mygrid1.visible=.t.
>endif
>
>
>i get error ACTIVEFORM is not an object on line _screen.activeform.mygrid1.visible.
>
>any help? TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform