Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically Setting Grid Column Dynamic Backcolor
Message
 
To
02/09/2005 10:14:53
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01046179
Message ID:
01046229
Views:
26
Tracy,

The DynamicBackColor evaluates a character expression, so your second example should work. I would take anopther look at grid.getpolicycolor to make sure it returns correct values.

HTH

Sorin

> 2nd example
>
>*--This one has the function in the property correctly but it doesn't evaluate it
>WITH this.pgfprofile.pagpolicy.policygrid
>   FOR nColumnID = 1 TO .columncount
>      colorvalue = "thisform.getpolicycolor('" + .recordsource + "','" + .columns(nColumnID).controlsource + "')"
>      .Columns(nColumnID).dynamicbackcolor = colorvalue
>
>      *--ColorValue = "this.getpolicycolor('TPOLICY','PO_STATUS')"
>      *--This is correct, however it is stored as a character expression and doesn't run dyanmically
>   ENDFOR
>ENDWITH
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform