We're using a program built using Builder XE4 and ImageEn v5.1.0. The program processes a large volume of TWAIN multi-page scans. Each scan group is preceded by a short entry to identify and save the resultant file.
The problem is the user must wait for the scan to complete before entering the next group data. Attempts to thread the scan portion have not worked. Is there a way to scan while allowing simultaneous input? Any help would be appreciated.
After some trial and error I have a work around. The program creates a new window and TImageEnMIO within a thread. The thread invokes the scan sequence code(acquire).