I have an error on :bCellToolTip when the final user move the mouse on a cell where is not the bitmap
Please the picture pls

it happened when I move the mouse on 31 June or 31 september ( these day not exist)
I have this code
Please the picture pls

it happened when I move the mouse on 31 June or 31 september ( these day not exist)
I have this code
@ 05,05 XBROWSE oBrw SIZE 470, 90 PIXEL OF oDlg ;
ARRAY aRes[ 1 ] AUTOCOLS LINES CELL NOBORDER
oBrw:aCols[ 1 ]:cHeader := 'Mese'
for n := 2 to 32
WITH OBJECT oBrw:aCols[ n ]
:nWidth := 24
:cHeader := LTrim( Str( n - 1 ) )
:SetCheck( { 'c:\work\fwh\bitmaps\level2.bmp', 'c:\work\fwh\bitmaps\level1.bmp' } )
:bCellToolTip := { |oCol| oCol:cHeader + " " + oBrw:aRow[ 1 ] + CRLF + If( oCol:Value,"Occupato","Libero" ) }
END
nextSince from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com