cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Array of docs in Application

ptc-953960
1-Newbie

Array of docs in Application

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.
1 REPLY 1

John,
Unless things have changed in 5.1 (we're still using 4.3.1), the
doc_list function should do what you want.

Brandon Ibach
Lockheed Martin Space Systems
Cape Canaveral, FL
321-476-7051

Announcements