Search found 2 matches

by papic1972
Fri Aug 26, 2011 8:44 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: Image File Does Not Save in Ms Access Evaluation Version
Replies: 1
Views: 11991

Re: Image File Does Not Save in Ms Access Evaluation Version

This works: If flag <> 0 Then If VSTwain1.ErrorCode <> 0 Then MsgBox VSTwain1.ErrorString End If Else If flag <> 0 Then If VSTwain1.ErrorCode <> 0 Then MsgBox VSTwain1.ErrorString End If Else 'Set Image1.Picture = VSTwain1.GetCurrentImage VSTwain1.TiffCompression = 10 If (VSTwain1.SaveImage(0, "...
by papic1972
Fri Aug 26, 2011 8:10 am
Forum: VintaSoft Twain ActiveX Discussions
Topic: Image File Does Not Save in Ms Access Evaluation Version
Replies: 1
Views: 11991

Image File Does Not Save in Ms Access Evaluation Version

Hello! I have downloaded the evaluation version of Active X & have trialled the Ms Access demo. The image file (which is scanned in b&w) does not preview to Image1 and does not save to disk. Is there any reason for this? This is the code: Private Sub VSTwain1_PostScan(ByVal flag As Long) If ...