I designed a view that attempts to mimic a windows file system. I created a bunch of documents that allow the users to navigate through folders and documents. All of these "map documents" are contained in a single categorized view. When the user goes into the view, I write information to their profile document and then use @setviewinfo on the PostOpen event to display only the folders and document files that point to the root of the file system. If they double click on a folder document, I use the queryopendocument event to write additional values to their profile doc and set continue = false. This is because if they click on a folder, I don't want to open a document. I just want to display the next set of documents / folders that are located in the folder they just clicked on. I would like to call @setviewinfo again to filter the documents once again. I can not figure out how to call @setview info again because it's used on the PostOpen event. I do not want to use an action button. I can not call @setviewinfo in the queryopendocument event because I use script there. I tried created an agent and calling that through script, but that does not work.
Start Free Trial