Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print image into report ?
Message
From
11/05/2007 10:04:47
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01224469
Message ID:
01224603
Views:
25
Finally, I did the following... I had a general field in my table.

lcMyPict = "myincludedfile.bmp"
objPict = LOADPICTURE(lcMyPict)
lcPictFile = "c:\temp\" + lcMyPict
SAVEPICTURE(objPict, lcPictFile)
SELECT (myTable)
APPEND GENERAL figure FROM (lcPictFile)
ERASE "&lcPictFile"
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform