Hi to all.
Is there the possibility to add a button or a bitmap to Xbrowse cell when I'm in edit mode ?
I want to add this button for some cells, for looking into a table and returning
back a value inside the get.
Thanks a lot.
Hi to all.
Is there the possibility to add a button or a bitmap to Xbrowse cell when I'm in edit mode ?
I want to add this button for some cells, for looking into a table and returning
back a value inside the get.
Thanks a lot.
oCol:nEditType := EDIT_BUTTON
oCol:bEditBlock := { || <button action> }
Works perfectly.
Is it possible to add a bitmap to that little button ?
Thanks a lot.
Here's what I did,
oCol:addResource( "BitmapInResourceName" )
oCol:nBtnBmp := 1