Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Making Images appear on Reports

$
0
0
Making Images appear on Reports
FoxPro Programming
Making Images appear on Reports
06/19/2012
10:15:51 AM
3J30M03NO Show this entire thread in new window
Gratar Image based on email address
From:
Edward
To:
All 
Attachments:
None
Dear Sirs:

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


Viewing all articles
Browse latest Browse all 10393

Trending Articles