Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid fonts color
Message
From
05/02/2004 06:41:39
 
 
To
05/02/2004 05:55:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00873284
Message ID:
00874358
Views:
47
It is a big step that you understand me but the biggest step will be if I will understand you.
1. Your new code giving me the error message (Expression is invalid...) as yesterday.
2. To be more clear I created a method with name 'rowcolor', the syntax is something like this:
lpara gridfield
local lnColor
do case
   case gridfield.column(i).value='NEG'
      lnColor = rgb( 255, 0, 0 )
   case gridfield.column(i).value='POS' OR gridfield.value='AFF'
      lnColor = rgb( 0, 255, 0 )
   otherwise
      lnColor = rgb( 0, 0, 0 )
endcase
return lnColor
3. How can I use with your solution (for i to column count) and with this methd and it's will work?
Thank you
Thank you
Chaim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform