Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text Color in grid Columns
Message
From
09/10/2001 17:43:44
 
 
To
01/10/2001 23:19:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00562859
Message ID:
00566232
Views:
15
>Thanks Dan.
>
>Can you explain what the Sparse setting actually does?

Bob,

The Sparse tells whether the current control is to show ALL the time in all rows of a column (SPARSE=.F.) or if the control is to appear only when it (the specific row/column) has the focus (SPARSE=.T.).

Example: Column a contains a spinner control set as the 'currentcontrol'. If sparse is .F. = all rows in the column will show a spinner box. If sparse is .T. = only the current focus cell will show a spinner. Lookup CurrentControl, DynamicCurrentControl and/or Sparse in the MSDN.

Sparse does not affect dynamicforecolor or dynamicbackcolor settings. I used them quite often (red background/yellow foreground) for error display.

HTH

Ric
Previous
Reply
Map
View

Click here to load this message in the networking platform