Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column Control - DynamicBackColor
Message
From
25/06/2008 16:52:29
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01326762
Message ID:
01326770
Views:
12
Naomi,

PERFECT!! You provided the PRECISE thinking I was after. I knew there had to be a solution to this:
FOR EACH lo_col IN to_grd.Columns
   lo_col.DynamicBackColor = "_screen.ActiveForm.o_dataqc_engine.qn_format_cell_backcolor('" + lo_col.ControlSource + "', c_row_pk)"
ENDFOR
My qn_format_cell_backcolor routine now has not only a reference to the column and row, but also valuable information in the control source of the column. This will do NICELY!!


Thank you!!
Larry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform