OK, I know I said "last message" last time....*smile*...I lied.

It has been a long day with very little to show for it, lots of time with the developers Guide and Xray listing of methods mostly.

In the last message the actual code that I am using is this -

sub grid_change( oEvent as object )
   dim v as variant
v = oEvent.Source.getByIndex(1)
   v.Model.CharColor = 14170630
end sub

And is assigned to the 'After updating' event on a FmXGridControl.

I must be missing something fairly basic here...no pun intended.

Drew


GridControl.Model.CharColor =  <some color value>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to