I use png file to make the button on a column ( but I tried also with a bmp)
I use also :lBtnTransparent := .t.
but I have this

any solution please ?
I use also :lBtnTransparent := .t.
but I have this

WITH OBJECT oBrw:aCols[ 8]
:AddBmpFile(".\bitmaps\date.png")
:nBtnBmp := 1
:lBtnTransparent := .t.
* :lBmpStretch := .f.
:nwidth := 120
:nDataStrAlign := AL_CENTER
:nHeadStrAlign := AL_CENTER
:nDataStrAlign := oBrw:aCols[8]:DefStyle(AL_LEFT,.f.)
:nEditType := EDIT_BUTTON
*:bEditBlock := { ||(xCalendar("Seleziona una data",RES->CHECK_IN,1),oBrw:refresh()) }
:bEditBlock := { |r,c,o,k|(XBrDtPicker( o,"Seleziona una data",,1 ),oBrw:refresh()) }
ENDany solution please ?
Since 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
