Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically Setting Grid Column Dynamic Backcolor
Message
De
02/09/2005 12:20:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01046179
Message ID:
01046283
Vues:
16
You were correct Sorin, I had to make some modifications to that method.

>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
>>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform