Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tiff files in reports
Message
 
À
05/04/2001 15:19:40
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00492246
Message ID:
00493228
Vues:
12
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform