Greetings to all...
Does anyone knows a way to select the "current view", using LotusScript code, but working on a PRIVATE view?
I have a code that exports documents to Excel, via LotusCript. This code is contained in an action, withing this view, but this one is a PRIVATE view. The code works fine when using a "normal" view, which is part of the database. I know that the private view "code" is embedded in my "DESKTOP5.dsk" file, but would like to know if is there a way to use private views as well...
The LotusScript commands are the "good'ole"
Dim view As NotesView
Set view = db.GetView( <VIEWNAME> )
Thanks in advance,
Rubens

Using "set view" to select a PRIVAT... (Rubens Sayegh 9.Nov.05)
. . 