T O P I C R E V I E W |
mdgodfrey |
Posted - Aug 20 2013 : 16:05:20 I am a ImageEn Newbie.
I have a form where I acquire images that are saved to PDF via ImageEnMView. It works as expected as long as I stay on that form. If I close that form (I only hide it) and open it again, then attempt an Acquire, the Acquire starts but does not show the twain scanning messages (it did the first time around) however it does pull the docs through. At that point the code is stop at the Acquire line and will not progress.
Any thoughts on what I am missing?
|
3 L A T E S T R E P L I E S (Newest First) |
fab |
Posted - Sep 06 2013 : 04:31:27 Hi, could you send us a sample project? |
mdgodfrey |
Posted - Aug 21 2013 : 08:34:17 Klaus,
Thanks so much for the help!
I did not have it set to 'fsStayOnTop' but I was doing ShowModal. I simply changed it to a 'Show' and that fixed it. That is some pretty finicky software!
That seems to be a problem ImageEn might want to fix??? That was a waste of a day questioning what I was doing wrong!
Thanks again Klaus!
|
klausdoege |
Posted - Aug 21 2013 : 00:18:36 Hello, I had a similar problem. Does your form have the property = fsStayonTop? Tries once following: application.NormalizeallTopMosts; and at the end application.RestoreTopMosts;
Klaus www.klausdoege.de |