Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen object quesiton
Message
From
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:
00542722
Views:
36
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(...)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform