Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Receiving all documents

Status
Not open for further replies.

oschmitt

Programmer
Sep 17, 2002
15
US
Hello all,

I am writing a small script to receive "stuff" from the repository.
I could successfully do it for Designer Universes using the Designer COM SDK:
- start the designer application
- iterate over the "Domains"
- iterate over the "DomainUniverses"
- receive the universe from the repository
- open it and do whatever else with it

I am now having problems doing the same thing for Full Client reports using the Reporter COM SDK:
- I can start the reporter application
- I can set the application "exchange Domain" to "Document"
- I can set the application "exchange mode" to "RepositoryMode"
- But I didn't see any way to iterate over the documents?!?

I know how to receive documents, but this requires to know the names of the documents beforehand.
The application.Documents container doesn't return me the list of documents stored in the repository.
Instead it looks like it returns the list of documents already openned (OlapConnect and WebConnect in my case).

Ultimately I want to retrieve the list of all document, and let the user decide which one should be "received" and openned, printed, whatever...

Any ideas?
(I am not using Webi, just designer and FullClient 5.x, 6.x)

cheers,

Oliver
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top