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

Click here to load this message in the networking platform