Page 1 of 1

DCBROWSE AND BITMAP EN HEADER

Posted: Thu May 09, 2013 7:38 am
by digitsoft
Hi Roger
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
when I put the Bitmap and then use DC_GetRefresh (GetList) THE bitmap is removed.
You can give me an idea how to solve this problem.

Paulino Nolberto
Regards