Search found 7 matches
- Sat Oct 16, 2010 12:20 pm
- Forum: Technical / Scripting
- Topic: sync with Adobe Acrobat Reader within an IE Window
- Replies: 6
- Views: 7462
Thanks for all your help and assistance!
Thanks for all your help and assistance! I really was not looking forward to changing the code to perform httpreqests, finding the links, downloading the pdfs, and printing using Acrobat Reader at the command prompt, etc., and, fortunately, the new day brought a different approach... it turns out th...
- Fri Oct 15, 2010 3:57 am
- Forum: Technical / Scripting
- Topic: sync with Adobe Acrobat Reader within an IE Window
- Replies: 6
- Views: 7462
don writes...
Thanks again for your interest in my issue. As stated, the webpages being navigated to are not known - the only webpages known are the login page and menu page, thereafter, the webpages are served up dynamically. I have looked at the source and there is no trace as to where the main page links to, j...
- Thu Oct 14, 2010 3:40 pm
- Forum: Technical / Scripting
- Topic: sync with Adobe Acrobat Reader within an IE Window
- Replies: 6
- Views: 7462
Thanks for the reply... need another alternative
Hi, thanks for the reply. I had actually started by trying httprequest but turned out this will not work due to the way the website has their pages setup - the webpages navigate to other pages where the actual page is unknown to public viewers... also, thanks for the pdf command line interface but t...
- Thu Oct 14, 2010 12:44 pm
- Forum: Technical / Scripting
- Topic: sync with Adobe Acrobat Reader within an IE Window
- Replies: 6
- Views: 7462
sync with Adobe Acrobat Reader within an IE Window
Hi, I have automated the printing of several PDF files by having Macro Scheduler 'click' on HTML links [to the PDF files] within a webpage. Everything works great except for one thing... I need to synchronize with Adobe Acrobat reader having the PDF fully loaded before sending Print keystrokes (ie. ...
- Wed Oct 13, 2010 4:34 pm
- Forum: Technical / Scripting
- Topic: barcode scanner TAB suffix
- Replies: 4
- Views: 6595
Thanks!
The modeless Show and AddHandler's work perfectly! Thanks very much!
- Wed Oct 13, 2010 3:43 pm
- Forum: Technical / Scripting
- Topic: barcode scanner TAB suffix
- Replies: 4
- Views: 6595
Can't get MS to recognize the KEY_DOWN event
I setup the OnEvent and subroutine as you outlined, and thank you very much b-t-w for the immediate resposne, however, using different keystrokes, none are firing the various OnEvent>KEY_DOWN... characters within the EDIT box of the Dialog... Am I missing something? Here is your code and my dialog b...
- Wed Oct 13, 2010 2:18 pm
- Forum: Technical / Scripting
- Topic: barcode scanner TAB suffix
- Replies: 4
- Views: 6595
barcode scanner TAB suffix
Hi, some of our barcode scanners are configured so that they return the data [read from the barcode] plus, in addition, a TAB character (ascii 008). We also have barcode scanners that return the data plus a CR character (ascii 013). Barcode scanning into Edit boxes of a Dialog works great with the s...