Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Image printing
Message
De
17/04/2015 04:27:12
Muthu Vel
Sty Company
Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Image printing
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01618602
Message ID:
01618602
Vues:
38
I have a table stud_address.dbf having filed with 1.Regno(I) 2.Name(C) 3. category(C) 4. marks 5. address. The address filed type is Memo. I have student address in Image format. I have store the image path using below code

LOCAL lcpicturefolder

lcpicturefolder = ADDBS("D:\Muthu\ADDRESS")

USE stu_address again in 0 order regno

UPDATE stu_address SET address = ADDBS(m.lcpicturefolder)+LTRIM(STR(stu_address.regno))+ ".jpg"

Then i create a report and place picture/OLE control and select variable or expression as control source and type stu_address.address in control source box. Then i view the report the error message will pop up "Invalid path name". When i open any record of the memo field it shows correct image path.

How to print the image in report designer?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform