By the way, is it possible to paste what I have on the clipboard into a cell with just one mouse click?
Yes.
Just by clicking Ctrl-V.
For this we first need to set
We can paste text into text fields and even images into Image fields.
All by just one click Ctrl-V.
Code: Select all | Expand
function XbrPaste()
local aData := { { "olga ", MEMOREAD( "c:\fwh\bitmaps\olga1.jpg" ) }, ;
{ "Two ", "" }, { "Three ", "" } }
XBROWSER aData FASTEDIT SETUP ( ;
oBrw:lCanPaste := .t., ;
oBrw:nRowHeight := 100, ;
oBrw:aCols[ 2 ]:cDataType:= "P" )
return nil
![Image](https://imagizer.imageshack.com/img924/377/9zntyG.gif)