My try was
- Code: Select all Expand view
- WITH OBJECT oBrw:aCols[ 1 ]
:oBtnElip:SetText( "" )
:oBtnElip:LoadBitmaps( "find16" )
:nEditType := EDIT_BUTTON
:bEditBlock := { | nRow, nCol, oCol, nKey | dGetCal( oCol ) }
END
But this gives me the error that oBrw:aCol[1]:oBtnElip is NIL.
I can't find out what I'm doing wrong.
Has anyone an idea?
Thanks, Detlef