> Since it's Web-based, can't you just use the browser's > built-in print command?
Shhhh...... Don't tell the list admin, but the individual comments are stored as records in a (*gasp*) database. What my manager wants is to print out all the historical comments in one go. Easy peasy if they were text records. What I have had to do is write an applett that loads each comment into a tWebBrowser, wait untill the document is fully loaded, then scrape the text. It works, but damn that baby is slloooooowwwww (a bit like my manager ;o) ) > > > So, can one of you gurus tell me: > > Is there any way I can read a file directly into a tWebBrowser? > > When you call the Navigate2 command, give it a file name > instead of a Web address. The URL might have to start with "file:". Once again, I would have to extract to a file first. Something worth looking at tho.. Thx. > > -- > Rob > _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

