Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Screen.backcolor How to Set to Default Form Backcolor
Message
 
 
To
12/04/2004 08:55:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00893415
Message ID:
00894011
Views:
12
You're welcome.

>Works like a charm!
>
>Thanks Sergey,
>Tracy
>
>>>I want to set the _Screen.backcolor to the same color the forms all use as their background (when forms use the default backcolor). I want to set it before any forms are opened up. Is there a way to determine what the default backcolor for all forms should be before any forms are opened up so I can grab that color and set the screen backcolor to it?
>>>
>>Hi Tracy,
>>
>>Would this work for you?
oForm = CREATEOBJECT("Form")
>>_SCREEN.BackColor = oForm.BackColor
>>oForm = Null
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform