Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tiff files in reports
Message
 
To
05/04/2001 15:19:40
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00492246
Message ID:
00493228
Views:
13
Thanks for staying on top of this Dragan!

I'll try your solution!

alex

>OK, trying second time - first one didn't make it, connection refused or something. Here cometh the awful meta-code:
>
>select * from your-original-cursor-or-table;
> into cursor temp
>use in your-original
>use dbf('temp') again in 0 alias your-original
>* this is a trick to have your original alias available to the report
>use in temp
>sele your-original
>alter table (dbf()) add column image g
>* g or whatever is the type of a general field
>scan
> append general image from (alltrim(filenamefield)) class YourImgClass
>ends
>
>This goes to your report's dataenvironment.init, and you may add some code to cleanup in dataenvironment.destroy if you like.
Low-carb diet not working? Try the Low-food diet instead!
Previous
Reply
Map
View

Click here to load this message in the networking platform