Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen object quesiton
Message
 
À
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:
00542737
Vues:
25
Now this is making sense. ! add a property, to the screen element, which then used as name refrence to an object. Not exactally what I thougt it worked like, but works just fine.

Thanks.
Bob Lee



>>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(...)
In the beginning, there was a command prompt, and all was well.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform