I need to copy an image (JPG,Tif,PNG) file from the clipboard to a DBimage control in a form.
For instance I have Windows Explorer open and an RBase 95-64 form open. The focused field is a varbit datatype and the control is a DBImage. In Windows Explorer I right-click on a photo file, then click copy In the field I have a Right-click eep that contains this code; PROPERTY DBI_SalePhoto PASTEFROMCLIPBOARD 'TRUE' ret I then right-click on the control to fire the eep. The photo does not copy from the clipboard into the field. What am I doing wrong ? Thanks, Bill Eyring

