Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid fonts color
Message
 
 
To
04/02/2004 04:51:50
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00873284
Message ID:
00873964
Views:
25
Chaim,

Anytime I have such "complex" logic driving a Dynamic grid property I create a form method and make the Dynamic property on the grid a value thisform.RowColor()

Then in the RowColor() method the code looks like:
local lnColor

do case
   case ...
      lnColor = rgb( 255, 0, 0 )
   case ...
      lnColor = rgb( 0, 255, 0 )
   otherwise
      lnColor = rgb( 0, 0, 0 )
endcase

return lnColor
>No!
>Sorry, it's not working.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform