Search found 42 matches

by Robbyn
Tue Dec 27, 2005 5:17 pm
Forum: Technical / Scripting
Topic: DLL use
Replies: 4
Views: 4977

The dll can be obtained from:

http://www.pdf-analyzer.com/

it is called pdftext

Thank you for offering to make it useable in MS.
by Robbyn
Tue Dec 27, 2005 3:03 pm
Forum: Technical / Scripting
Topic: DLL use
Replies: 4
Views: 4977

DLL use

I wish to run a dll from within MS. This is the sample code for Visual Basic. How should I change it for MS? Public Declare Function GetPDFText Lib "PDFtext.dll" (ByVal FileName As String, ByVal opt As Long, ByVal target As String) As String . . . Private Sub option3_Click() ' Save the text-content ...
by Robbyn
Sun Dec 25, 2005 10:46 pm
Forum: Beginners
Topic: Specified window "Untitled" not present
Replies: 5
Views: 8344

Thank you that made a lot of difference. A few more altertions and it is now working. Thank you.
by Robbyn
Sat Dec 24, 2005 4:44 pm
Forum: Beginners
Topic: Specified window "Untitled" not present
Replies: 5
Views: 8344

I have noticed another problem. I am using the selectmenu command to move down the drop down menus. It seems to work at that point when debugging, but not when running it at full speed. It goes to the wrong item in the menu. The drop down menu has 2 faint dividing line, which the cursor does not sto...
by Robbyn
Sat Dec 24, 2005 4:28 pm
Forum: Beginners
Topic: Specified window "Untitled" not present
Replies: 5
Views: 8344

As a result of your comment I am now further down my program. After the scan window opens another one opens as well called save. In it there is a box that can be accessed manually by ALT N. In my program below it does not go to the name box and highlight the contents. When it failed to activate the ...
by Robbyn
Sat Dec 24, 2005 2:54 pm
Forum: Beginners
Topic: Specified window "Untitled" not present
Replies: 5
Views: 8344

Specified window "Untitled" not present

Here is my script to automate the scanning of a document using finereader 8 pro. It does not work. Currently I can not get past the first waitwindowopen. It reports it is not present and yet that is the title of the screen and I have run a macro to report the title of the screen and it does start wi...
by Robbyn
Sun Feb 20, 2005 3:32 pm
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

1. I followed your advice and set up a macro with GetActiveWindow>title,x,y MessageModal>title It produced the following message: pdfFactory Pro : D:\DOCUME~1\Robin.8BG\LOCAL... (7 pages, 30 KB) How would I put the above in a setfocus command? 2. I also tried the view/system windows from the tools m...
by Robbyn
Sat Feb 19, 2005 11:53 pm
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

1. I am getting an error message when I try to close the script editor: List index out of bounds (-1). What should I do to correct it? 2. I am also finding my code is opening up the window task manager. This is not supposed to happen. 3. Pdff is strange in that the window is called pdffactory pro wh...
by Robbyn
Fri Feb 18, 2005 10:51 am
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

Unfortunately I am obviously doing something wrong when using debug, because even with the addition of the Let>WF_TYPE=0 I am still not getting the focus right. It is defaulting to opening the search menu in MSch. This problem is important to me because I need to step through the program. I would th...
by Robbyn
Thu Feb 17, 2005 11:12 pm
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

Sorry but I can not get the focus right. The following causes ALT S in macro sch instead of pdff. What am I doing wrong? SetFocus>pdffactory pro* WaitWindowOpen>pdffactory pro* Press ALT //save button Send Character/Text>S Also someone advised me earlier of a macro that reports back the window name....
by Robbyn
Wed Feb 16, 2005 10:55 pm
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

Debugger

Thank you for your helpfull reply. I am well on the way to completing the macro. I am trying to debug part of the macro. In order for the debugger to run effectively I think I have to keep the focus of the macro on the program I wish to run. How do I do it when in order to debug I have to be focused...
by Robbyn
Tue Feb 15, 2005 9:57 pm
Forum: Beginners
Topic: Saving a file to a specific subdirectory
Replies: 12
Views: 14619

---
cron
Sign up to our newsletter for free automation tips, tricks & discounts