Hi!In a Field list, I would like that my list of choice is the list of all folders in the database. I try @ Command ([ChooseFolders]) in the formula field list but it does not work.
Does anyone have a solution please?
Hi!In a Field list, I would like that my list of choice is the list of all folders in the database. I try @ Command ([ChooseFolders]) in the formula field list but it does not work.
Does anyone have a solution please?
Subject: ChooseFolders
This might work. In the PostOpen event use the Views property of the NotesDatabase class to get a list of all the views and folders in the database. Then access each view in turn and use the IsFolder property of the NotesView class to determine which ones are folders. You can then populate a hidden multivalue field with the list of all the folders and use this in the formula for your picklist.
Subject: ChooseFolders
Have you tried @PickList? It has parameters to set so that is shows a list of all folders, and you can exclude those from the desktop, so that would show only those in the current database.
Look at Designer Help for @Picklist.
Subject: RE: ChooseFolders
Hi!
I try @picklist but the picklist appears when i open the document , not when i clic on then buttom list.
I find something the very simple, i dont know why i didn’t think of that before.
I use Via dialog view, and i choice the ($Folderinfo) view.
Thank you for your suggestions.