Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print image into report ?
Message
 
 
To
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:
01224607
Views:
27
>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"

I think you used the wrong technique. Check http://weblogs.foxite.com/cesarchalom/archive/2007/01/17/3143.aspx
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform