ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
Let say you have a travel system.
With all Travelorders (Main Document)
And for each Travelorders, you have a Expenses document(Response Document)
If you have a view, with no hierarchical.
Then he shows all the documents alphabetic.
And he don't show the response documens under the Main Documents.
If you have the view Hierarchic, then he sort the MainDocuments alphabetic, and show the response documents under the Maindocument.
So,
Hierarchical == Grandfather - Father - Son
No Hierarchical == Father - Grandfather - Son
I hope this is clear for you.
In the view properties, you've an option "Show response documents in a hierarchy.
You've also the same option in LotusScript, under the view properties
view.IsHierarchical
So, that's all
Greets,
Sloeber