Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scanner
Message
From
26/12/2004 20:44:23
 
 
To
20/12/2004 06:22:24
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Title:
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
00970541
Message ID:
00972244
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform