Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container in Dashboard.vcx to _screen?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01097293
Message ID:
01097295
Views:
18
>>How do you and a container that resides in Dashboard.vcx to _screen?
>
>_screen.NewObject([MyContainer],[ContainerClassHere],[Dashboard.vcx])
>WITH _screen.MyContainer
>
>** These properties you set if you want.
>** If you didn't set them defaults for container will be used
>     .Left = ???
>     .Top  = ???
>     .Height = ???
>     .Width = ???
>
> *** Visible must be explicitly set to .t. because all new objectes added progrmaticly comes with Visible = .f., no metter
> ** what is their default value
>     .Visible = .t.
>ENDWITH
>
thank you... worked like a champ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform