Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamicbackcolor in a browse Command
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Dynamicbackcolor in a browse Command
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01392695
Message ID:
01392695
Views:
160
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
Next
Reply
Map
View

Click here to load this message in the networking platform