Dynamically show text document

J

JohnK

I am using Visio 2003 to document our servers. I use scripts to create
individual text files listing hardware and software information for each
server. Is there a way to dynamically show the text from the appropriate
text file in a box in Visio so that the end user does not have to open two
separate windows to see the information in both documents?
 
A

Al Edlund

The problem is one of concurrency, trying to keep the two sets of documents
in sync. It will have to be done in code. If the documents are in MS word
you might consider using hyperlinks (I understand that it is indirectly
opening the second document and an additional window).
al
 
Top