Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamicbackcolor in a browse Command
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Dynamicbackcolor in a browse Command
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01392695
Message ID:
01392695
Vues:
159
Hi all,

I want to have a dynamicbackcolor in a browse Command.

it's possible ?
#DEFINE ROUGE_LOC    	RGB(255,0,0)
#DEFINE BRUN_CL_LOC    	RGB(255,128,0)


CREATE CURSOR Temp ( Name c(20) , nPrice N(8,4) )
INSERT INTO Temp "DUPONT jean" , 14 


Brows Field Name , nPrice:IIF(  BETW( nPrice , 1 , 9 ) , ROUGE_LOC     ,  BRUN_CL_LOC     )
Thank in advance

BHT
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform