Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add picture in report
Message
De
01/04/2004 12:42:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00891421
Message ID:
00891520
Vues:
19
>aoa
>thank
>But it is difficlt for me to understand your code because i have no such idea, you are saying. please help me step by step with detail.
>Where i put your code in report write or in my form.
>thank

I thought it was clear enough, anyway using graphic files that comes with VFP :

1) In command window execute these :

Create Cursor dummy (filename c(20))
ADir(aGifs,_samples+'data\graphics\*.gif')
Append From array aGifs

2) Create a report say named EmpPics.frx
3) Add a Picture/Activex control and size it enough to show picture
4) It'd prompt for a filename. Enter :
(_samples+'data\graphics\'+trim(filename))
5) Ctrl+W to save the report
6) In command window execute :

Report form EmpPics preview

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform