AWB
09-14-2000, 01:43 PM
I know, this isn't quite the board for this. But I trust answers I get here more.
A customer of mine has many HTML pages he wants to load and print on a timely basis. (The HTML pages are generated from a database that's changing constantly.) We've figured out how to have Internet Explorer (IE) load the pages in succession and to print them once loaded. But here's the kicker: he wants this to run without the viewer being active; that is, he wants to run this from a command line, then have it go on its merry way.
My initial argument to him was that this was probably not possible because:
IE was designed as an interactive program; just because you can make it do something automatic doesn't mean that IE would've provided a means to eliminate the viewer.
IE being a Windows program, it's going to by necessity have a window.
If something untoward happened, there'd be no way to see what error occurred.
I offered that we could load an inital page, have it minimize itself, then chain on to the actual pages that he needed to load and print. No go. So I said I'd investigate it more this afternoon.
Well, I did and haven't found out anything useful. So I turn to the TM to see if they have the knowledge.
A customer of mine has many HTML pages he wants to load and print on a timely basis. (The HTML pages are generated from a database that's changing constantly.) We've figured out how to have Internet Explorer (IE) load the pages in succession and to print them once loaded. But here's the kicker: he wants this to run without the viewer being active; that is, he wants to run this from a command line, then have it go on its merry way.
My initial argument to him was that this was probably not possible because:
IE was designed as an interactive program; just because you can make it do something automatic doesn't mean that IE would've provided a means to eliminate the viewer.
IE being a Windows program, it's going to by necessity have a window.
If something untoward happened, there'd be no way to see what error occurred.
I offered that we could load an inital page, have it minimize itself, then chain on to the actual pages that he needed to load and print. No go. So I said I'd investigate it more this afternoon.
Well, I did and haven't found out anything useful. So I turn to the TM to see if they have the knowledge.