View Full Version : Web B rowser Control in a Form


dwinmtgy
09-01-2000, 02:07 PM
I have a program that tracks all sorts of info on contracts for my company.... signatures, location of the file, expiration/renewal dates, etc....in a shared database. Then I got the bright idea to make the actual documents viewable too, so I inserted a web browser in the form that hyperlinks to the appropriate html document based on the record ID (e.g. RecordID 10 hyperlinks to a document on the network named 10.html. I'm looking for a way to scan the documents in from a button (maybe active X) on the form, so the user doesn't have to leave the database to load in a new document. Any ideas? Any know of a 3rd-party solution?