Page 1 of 1

Bitmap in xbrowse column

PostPosted: Tue Feb 27, 2024 6:29 pm
by wartiaga
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.