Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setall method
Message
From
04/12/2002 05:25:01
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Setall method
Miscellaneous
Thread ID:
00729337
Message ID:
00729337
Views:
44
I have to dynamically change the backcolor in a grid
I usually do it by the method setall for example :
grid.setall("DynamicBackColor","iif(condition,rgb(192,192,192),rgb(255,0,0)","column")

Today i was trying to get color from an include file but i get an error.
i wrote
grid.setall("DynamicBackColor","iif(condition,KbgcolNormal,Kbgcolevid","column")

Can I use constant or variable inside the setall method and if so
where is the mistake ?

Thanks
Alessio
Next
Reply
Map
View

Click here to load this message in the networking platform