| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Hi! How can I find the active, aka selected folder? I want to write a script putting selected documents into an other folder, then remove them from the originating folder. 'doc.putinfolder("folder")' does the first, but I have to know the name of the folder the user is in to use 'doc.removefromfolder("???")'. I do not have a clue how I find this name. Any hints? Or is there a method I can use without this knowledge? -- Thomas Remove the 'X' to make my mail address work! |
|
#2
|
| Set notesUIView = notesUIWorkspace.CurrentView Check the manual from there "Thomas Schweikle" news:1076449644.592556-at-xcnlm00s.fag.fiducia.de... > Hi! > > How can I find the active, aka selected folder? > I want to write a script putting selected documents into an > other folder, then remove them from the originating folder. > > 'doc.putinfolder("folder")' does the first, but I have to know > the name of the folder the user is in to use > 'doc.removefromfolder("???")'. > > I do not have a clue how I find this name. Any hints? Or is > there a method I can use without this knowledge? > > -- > Thomas > Remove the 'X' to make my mail address work! |
|
#3
|
| Larry wrote: > Set notesUIView = notesUIWorkspace.CurrentView Thanks! This was the thing I've searched for, unable to find it! -- Thomas Remove the 'X' to make my mail address work! |
![]() |
| Thread Tools | |
| Display Modes | |