Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkbox in grid dynamically change the caption
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01686606
Message ID:
01686616
Views:
26
>Since my grid is data driven (built based on a DBF), I have a tough time relating your code to my case.
>I have a question.
>
>This is the top of the code where the grid is built:
>
>	nColumn = nColumn + 1
>	with toGrid.columns(nColumn)
>
>
>How can I apply your property .DynamicBackColor to the code above (if it is possible). I tried many different ways but I get an error.
>
>Thank you.


This should be enough
with toGrid.columns(nColumn)
        .DynamicBackColor = ....
...
ENDWITH
BUT
If you want to set this property for EVERY column in the grid:
toGrid.SetAll("DynamicBackColor", "....", "Column") && Check this method in HELP
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform