Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color Coding
Message
De
12/01/2000 11:54:37
Walter Meester
HoogkarspelPays-Bas
 
 
À
12/01/2000 11:48:49
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00317023
Message ID:
00317026
Vues:
15
Steven,

>Is there a way to check the condition of a field and the turn a text box on the report to a particular color?

put something like this in the refresh event of the textbox
DO CASE
   CASE SomeExpression
        THIS.Forecolor=nSomecolor

   CASE SomeExpression
        THIS.Forecolor=nSomecolor

   ....
ENDCASE
To check the status of a field, you might want to look at the GETFLDSTATE()function etc.

Walter,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform