Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Screen.backcolor How to Set to Default Form Backcolor
Message
 
 
À
12/04/2004 08:55:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00893415
Message ID:
00894011
Vues:
16
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform