Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is error activeform not an object?
Message
From
19/02/2004 21:10:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
What is error activeform not an object?
Miscellaneous
Thread ID:
00879042
Message ID:
00879042
Views:
119
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
Next
Reply
Map
View

Click here to load this message in the networking platform