Hi, I have a grid with 4 columns and on the 3 column I do in the Init Method a .removeObject() .addObject("cmdConflict","classConflict"
ClassConflict is a commandbutton baseclass with has a property cPicture wich sets the picture of the button. My problem is that i can't set this picture right. For example if i had in my bound table values like (on rows)
.t.,.f.,.t.,.f. in the field conflict all the cmdConflict pictures are those for .t. (a checkmark) otherwise are a X. How can i set those picture to match with the values from the table.
Thanks
ClassConflict is a commandbutton baseclass with has a property cPicture wich sets the picture of the button. My problem is that i can't set this picture right. For example if i had in my bound table values like (on rows)
.t.,.f.,.t.,.f. in the field conflict all the cmdConflict pictures are those for .t. (a checkmark) otherwise are a X. How can i set those picture to match with the values from the table.
Thanks