Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scanner
Message
De
26/12/2004 20:44:23
 
 
À
20/12/2004 06:22:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
Divers
Thread ID:
00970541
Message ID:
00972244
Vues:
15
Hi Mohammed ,

Ive done this is using SQL svr. But i thnk its the same in VFP table. I store photo in Memo General Field. But if what u mean is u want to automate the scanner. Use Twain API.




** Inserting
lcFilePic=GETPICT("BMP")

IF !EMPTY(lcFilePic)
SELECT vstudentsforphoto

APPEND GENERAL PHOTO FROM (lcFilePic) CLASS BMP

requery("vstudentsforphoto")


ENDIF



***
select vstudentsforphoto
COPY MEMO photo TO (lcNewFilePath)
Roses are #FF0000 Violets are #0000FF all my base are belong to you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform