I'm placing an BitMap on a Column Header of a DCBROWSE array and I'm using this code
Code: Select all
FUNCTION HeaderCheck (oObject, lcheck)
Local oColumn
oColumn: = oObject: GetColumn (1)
oColumn: Heading: SetCell (1, HeaderBitMap (lcheck) XBPCOL_TYPE_BITMAP)
oColumn: Heading: InvalidateRect ()
return nil
You can give me an idea how to solve this problem.
Paulino Nolberto
Regards