FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bitmap in xbrowse column
Posts: 253
Joined: Wed May 25, 2016 01:04 AM
Bitmap in xbrowse column
Posted: Tue Feb 27, 2024 06:29 PM

Hi,

Is it possible to display a bitmap at the end of an xbrowse column where it contains the number of a document but which will only be displayed if another file contains the number of that document? How can I do this?

The Column:

oCol:= Lista0:AddCol()

oCol:bStrData := { || ARQBOL->BOLETO}

oCol:cHeader := "BOLETO"

Thanks.

Continue the discussion