G
Guest
I have a database to manage documents. The database record for each document
includes a hyperlink to the document. WIth the normal changes that occur
over time, some of the links are no longer correct. I would to create a
small application that loops through all the records, tests the hyperlinks
and records the invalid links. I know how to follow a hyperlink in code to
open the document. If the link is good then I will end up with an open
document. How do I close that document from code?
Thanks,
David
includes a hyperlink to the document. WIth the normal changes that occur
over time, some of the links are no longer correct. I would to create a
small application that loops through all the records, tests the hyperlinks
and records the invalid links. I know how to follow a hyperlink in code to
open the document. If the link is good then I will end up with an open
document. How do I close that document from code?
Thanks,
David