Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scanner Problems
Message
From
10/07/2001 05:22:13
Alec Dearden
Peterborough Hospitals Nhs Trust
Peterborough, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Scanner Problems
Miscellaneous
Thread ID:
00528510
Message ID:
00528510
Views:
44
Hi,

I am using the WANG scanner control in a VFP 6.0 form. The scanner is working OK and scanning and saving the document. However, it seems to be ignoring the commands I am sending to specify the format of the file.
I think it is using the settings that were last used on the scanner.

My code is as follows, can anybody tell me if I am doing something wrong ..

with thisform.oleScanner
if .scanneravailable and .openscanner>-1
.scanto=2 && File only
.multipage=.t.
.FileType=1 && TIFF File
.PageType=1 && Black & White
.compressiontype=2 && fax
.compressioninfo=16
.pageoption=1 && create new and append
.page=1
.image=scanfolder+"xxx"
.startscan
.closescanner
else
wait window "Scanner is not available, check connections "
.closescanner
endif
endwith
Next
Reply
Map
View

Click here to load this message in the networking platform