Hi there,
maybe this question is too stupid. But I don't see how to get out of this:
I need to access the doc object of the pdf file, that is in front, from a
folder level javascript.
By using app.activeDocs I only get the list of all open files but no hint,
which one is in front.
And by knowing a doc object I can execute the brintToFront() method
to send a pdf file to the front.
Is there a way for doing this?
Ulrike
You may find simply using the 'this' document object gives you the uppermost document.
Rgds
Clive