Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is error activeform not an object?
Message
De
19/02/2004 21:10:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
What is error activeform not an object?
Divers
Thread ID:
00879042
Message ID:
00879042
Vues:
118
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform