I’m using FileOpenDialog function in Lotus script. One of my concern is that user entered filename is disappear when he click to change the folder in the dialog. i.e. Desktop folder button. I would like to know how to retain the filename even when the user click to change folders.
Subject: How to retain filename in FileOpenDialog
A current way to achieve this is to write the information by yourself with lotusscript in the notes.ini of the user. I do this, and IBM also as you can see if you look in the local notes.ini.
Subject: RE: How to retain filename in FileOpenDialog
Another way (which I personally prefer) is to use a profile document to store the directory. I try to avoid writing/reading to notes.ini. But that is just my personal opionion.