grahamrhind
Technical User
In VFP 6, using this code:
APPEND GENERAL logofile FROM 'EGU2005-LOGO.BMP'
I am adding a bitmap file to a general field in a database. In a form I have added an OLEBoundControl with as contolsource logofile (the name of the general field). However, on the screen the bitmap appears with its file name. I.e., it appears with the text "EGU2005-LOGO.BMP" beneath it. The same applies when adding it to a report with the source of the OLE as the general field name.
Am I missing something obvious? How can one prevent the field name appearing in the bitmap?
Thanks in advance!
APPEND GENERAL logofile FROM 'EGU2005-LOGO.BMP'
I am adding a bitmap file to a general field in a database. In a form I have added an OLEBoundControl with as contolsource logofile (the name of the general field). However, on the screen the bitmap appears with its file name. I.e., it appears with the text "EGU2005-LOGO.BMP" beneath it. The same applies when adding it to a report with the source of the OLE as the general field name.
Am I missing something obvious? How can one prevent the field name appearing in the bitmap?
Thanks in advance!