Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen object quesiton
Message
De
12/08/2001 01:01:45
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00542708
Message ID:
00542722
Vues:
31
This message has been marked as the solution to the initial question of the thread.
>using the _sceeen object can you add objects to it. ?
>I have been attepting to do so with the commands like
>_screen.addobject("omyform","myform")
>
>but I get errors saying that I can an object to this type of container .
>I can get other type of objects added to the _screen element but not forms.
>
>I am sure I am missing something basic here... any clues. ?
>


Use: _SCREEN.AddProperty( "oForm", CREATOBJECT/NEWOBJECT( "MyForm", ... ) )

... for adding objects that don't qualify for addition via:

_SCREEN.AddObject/NewObject(...)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform