It appears that the APPEND GENERAL command does not work well for bringing Images (.BMP) files into the Visual Foxpro 7.0 enviroment.
What is the suggested scheme for importing images into Foxpro and displaying them on a Report ???
your IF LEN(ALLTRIM(PROPERTIES.LHPATH)) > 0 THEN && -- If there is a File IF FILE(PROPERTIES.LHPATH) = .T. THEN && -- If the File actually Exist mTEST = "APPEND GENERAL SYSCNTRL.CHECKH FROM '" + ALLTRIM(PROPERTIES.LHPATH) + "' CLASS PAINT.PICTURE" &mTEST mLTHEAD = 1 ENDIF ENDIF code
Edward K. Marois
www.rissoft.com
emarois@att.net
Edward