Previous | Next | (P-PDF) Acrobat 6.0
Topic: Searching, Acrobat 5.0, and Acrobat 6.0, and app.openDoc
Conf: (P-PDF) Acrobat 6.0, Msg: 92569
From: Smittie
Date: 7/22/2003 07:53 AM
Okay, here's the problem.
I'm have a set of documents that are interlinked using app.openDoc() and such.
I understand that in Acrobat 6.0, this.disclosed must be equal to true for this to work, yet in Acrobat 5.0, it's not necessary.
I also want to catalog the interlinked documents, but setting this.disclosed = true dirties the cataloged index, causing a message to come up saying something along the lines of "document is newer than the index". So my question is, how do I use app.openDoc to open each document, set this.disclosed = true on each document, but have a clean and updated index? Thanks.
Dave