Help needed regarding Folder options

Hi,

I need a document to be saved in a folder and i am using ws.folder(,False). This provides three options namely Move, Add and Cancel.

But my actual requirement is to have only two options ok and cancel (similar to the options available when we click send and file of our mail file)

How to modify the ws.folder method to satisfy the requirement or is there some other methods available in lotus script?

Kindly help.

Thanks in advance

Subject: Help needed regarding Folder options

No, there is no method available to customize the buttons in default “Move To Folder” dialog. However you can build it from scratch. - Create a view listing all folders in your database

  • Create a Form having the two buttons you need.

  • Embed this View into form

  • Display the form as a dialog box.

Regards

Litty Joseph