Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen object quesiton
Message
 
To
12/08/2001 01:01:45
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00542708
Message ID:
00542737
Views:
19
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform