I must be really missing something, but I can't seem to find the answer
in Epic 5.1's documentation.
Basically, I want an array of all the open documents in a given session
of Epic. I'm imagining something
like:
local arr[];
arr = doc_get_all();
I find during development and testing, I might not have some documents
closed so I'd like to be
able to get a handle on all documents so I can close everything except
the current_doc().
Is there a function that provides a collection of all documents in a
session of Epic?
--
John Laurence Poole (650) 607-0853
Senior Software Engineer - Applications Technology Group
M/S 6op269
500 Oracle Parkway
Redwood Shores CA 94065-1677
Oracle RTC: john.poole
The statements and opinions expressed here are my own and do
not necessarily represent those of Oracle Corporation.