VoyForums

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 1[2]345678910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 02:11:35 02/08/04 Sun
Author: Joerg
Subject: Re: Switch between flatbed and feeder
In reply to: Michel 's message, "Re: Switch between flatbed and feeder" on 20:01:17 01/04/04 Sun

Hi Ron,

you may fix this problem as follows:

EnScan.pas:
1. Insert new property
property UseFeeder: boolean read FUseFeeder write FUseFeeder;

2. Insert at the end of method
procedure TScanner.ApplyOptions( var TwainData : TTwainData );

...
if FeederLoaded then
begin
if FUseFeeder then
EnableFeeder else
DisableFeeder;
end;

This works fine so you can switch in your app between flatbed and feeder by setting option "UseFeeder := true" or
false.

Regards,
Joerg

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.