Controlling an embedded Outline with lotusscript

Hello,

I have an embedded outline within a page within a frameset. The outline is quite long and i would like to have the facility for users to ‘collapse all’ entries from a script.

I initially thought i could do this using the ‘collapse all’ button from the View menu but this seems only to work on views. I have tried to do this with LotusScript but I have found no methods available to do this.

Thanks for any info you can offer.

Daniel

Subject: Controlling an embedded Outline with lotusscript

Daniel,I suggest that you rethink your problem.

Use a hierarchy of Outlines (or more likely Navigators) to make one selection (of 6 say) select another Navigator where the selections are one of 6 and so on.

Regards

Rolf Pfotenhauer

Subject: RE: Controlling an embedded Outline with lotusscript

It was my understanding that Outlines superceded Navigators and I dont see any reason why I should break up my navigation into sub sections (this is what I think you mean).

I thought there should be a way to programatically control the display of an outline but I have got around it with the following (if anyone else is interested):

I added an outline entry called ‘Collapse’ and had it reload the navigator frameset (this contained the outline)

regards,

Daniel