Search found 34 matches: acquire

Return to advanced search

Re: Compilando TSCAN MVC2010

Nicanor,

Prueba a modificar el fichero DEF, por ejemplo:

_TWAIN_Acquire@4 @101 ; TWAIN_Acquire
by Antonio Linares
Sun Apr 08, 2012 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4082

Compilando TSCAN MVC2010

Trantando de compilar TSCAN con Harbour 3.1 y MVC 2010 tengo estos problemas al enlazar he creado la lib de la siguiente manera desde EZTW32.DLL impdef twain.def EZTW32.DLL lib.exe /DEF:twain.def /OUT:twain.lib /MACHINE:X86 Para crear la lib he probado con parametros de impdef -a , -aa, -h. Si compi...
by nnicanor
Sat Apr 07, 2012 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando TSCAN MVC2010
Replies: 17
Views: 4082

Re: Win7 + EZTW32.DLL problem?

... METHOD New() CONSTRUCTOR METHOD End() METHOD Set() // Acquiring Dialog ON/OFF METHOD Choose() // Select Image Device Source METHOD DigiToFile() // Acquire Image and save to a file METHOD DigiToClip() // Acquire Image and copy to ClipBoard METHOD SetResolution() // Set Dpi for the scanner PROTECTED ...
by vensanto
Wed Aug 18, 2010 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win7 + EZTW32.DLL problem?
Replies: 14
Views: 5329

Re: TScanner() problem with FWH907+xHb_1.2.1

Dear All,

I got it, the problem is xHarbour 1.2.1 [::acquire()], it cannot press CANCEL after acquire. If press CANCEL, the process will be running in Process (Task Manager). When I change back to xHarbour 1.1.0 + FWH8.04, it is still working.

What I gonna do now?

Regards,
Dutch
by dutch
Fri Oct 02, 2009 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TScanner() problem with FWH907+xHb_1.2.1
Replies: 2
Views: 684

Re: User Interface for TScan

Dear Alvaro,

I've got trouble, with ::Acquire(). If I press cancel (not accept), program will be hang (freeze).

Regards,
Dutch
by dutch
Fri Oct 02, 2009 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: User Interface for TScan
Replies: 2
Views: 636

Help needed about tscan

Hi all, I need to acquire a multipage document using the oScan:acquire() method in order to load each single page in memory and check if any barcode is available on the page. The problem is that using SetMultiTransfer(1) as suggested ...
by Marco Turco
Mon Sep 14, 2009 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help needed about tscan
Replies: 0
Views: 291

Dosprin.exe

Hello I am trying to acquire dosprin.exe but I already ordered 3 emails for the constant address in the it paginates of them and nobody answers. Would anybody know how to tell me some sorts things out of me to get to speak with them ...
by marca
Thu Jul 09, 2009 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dosprin.exe
Replies: 0
Views: 245

Re: Digitally sign files (eInvoice xml, pdfs, etc)

... well as using native xharbour activex object creator. It was part of my testing. I hope to return to this project soon. I believe that once we can acquire signature data, then it is only a matter of placing it on a <form-field> PDF. /* if signing a pdf then, it is assumed that the signature ...
by reinaldocrespo
Thu Feb 19, 2009 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally sign files (eInvoice xml, pdfs, etc)
Replies: 2
Views: 1274

... for some works but in order to include a professional scanner feature in your app is very important to provide a PDF output and with DOSADI I can acquire the document in a PDF file directly without conversion. It is also very simply to acquire multipage documents in a single PDF/Tiff file and ...
by Marco Turco
Sat Jun 07, 2008 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scanner automation
Replies: 7
Views: 4172

Re: Scanner automation

... save the image in a lot of graphic formats (jpeg,png,bmp,tiff) and also pdf in a hardware indipendent mode (note that a lot of scanners can only acquire the image in the bmp format). You can use FreeImage.dll to save the BMP in other formats. EMG
by Enrico Maria Giordano
Sat Jun 07, 2008 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scanner automation
Replies: 7
Views: 4172

Re: Scanner automation

... save the image in a lot of graphic formats (jpeg,png,bmp,tiff) and also pdf in a hardware indipendent mode (note that a lot of scanners can only acquire the image in the bmp format). // $Id: TSCAN.prg,v 1.1 2004/03/22 12:20:43 xthefull Exp $ // Example scanner, Class TSCAN32 and Wrappers for ...
by Marco Turco
Sat Jun 07, 2008 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scanner automation
Replies: 7
Views: 4172

... Funciona perfecto con FWH. he aqui un ejemplo de como usarlo: oScan := TOleAuto():New("TwainControlXTrial.Twain") oScan:SelectDevice() oScan:Acquire() oScan:SaveMultiPagePDF("c:\TestScan.pdf") oScan:WritePDF( "c:\TestScan.pdf") Puedes bajar un demo del link mas arriba indicado. Saludos, George
by George
Sat Apr 26, 2008 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control OCX para escaner
Replies: 13
Views: 5244

... able to copy the lib files across from my 7.04 box (which I was intending to upgrade). But I figure it's something worth figuring out as to how to acquire the correct packages for others wishing to move to Linux / FiveLinux. The nice thing is that code compiled and linked under 7.04 runs just fine ...
by xProgrammer
Sun Feb 03, 2008 11:03 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu 7.10
Replies: 5
Views: 1492

PHOTO on an application

I must insert on a dialog a photo
under the the picture there is a button to call the procedure to open webcam to save a picture and the it must save on field of the get.

Have you an easy sample to acquire a photo from webcam ?

wich class i can use ?
by Silvio
Wed Mar 21, 2007 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PHOTO on an application
Replies: 6
Views: 1503

... { BOOL bWasEnabled; // Make up a valid window if we weren't given one hwnd = GetValidHwnd(hwnd); // Disable the parent window during the modal acquire bWasEnabled = (EnableWindow(hwnd, FALSE) == 0); if (nState == TWAIN_TRANSFER_READY) { DoOneTransfer(); } else if (nState >= TWAIN_SOURCE_ENABLED ...
by areang
Mon Aug 07, 2006 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please teach me about FWH and xHarbour
Replies: 3
Views: 4266
PreviousNext

Return to advanced search