Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image into Report
Message
De
23/11/2005 10:52:39
 
 
À
23/11/2005 10:35:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Novell 4.x
Database:
Visual FoxPro
Divers
Thread ID:
01063943
Message ID:
01071603
Vues:
25
>I have the pictures of 90% articles not all. In this case what to do ? And also where to add the code ?
>
>Saif

Change
"d:\coolpos\pictures\" + alltrim(code) + ".jpg"
to
iif(file("d:\coolpos\pictures\" + alltrim(code) + ".jpg"),"d:\coolpos\pictures\" + alltrim(code) + ".jpg","")
You put this in the Control source textbox in the properties for the control.

And add this code to the "Print when", "Print only when expression is true:" of the picture control
file("d:\coolpos\pictures\" + alltrim(code) + ".jpg")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform