Export dialog box : how to use it? or OpenFileDialog : how to customize?

Hi,

I would like use the export dialog box, like with the Notes Client : File > Export. I sought in Lotuscript, @ formulas, @ commands but I did not find anything.

For the moment, I use the OpenFileDialog method but it’s not very fun. I would like to change the “Open” button by “OK” button and the help document does not correspond to the context, but if you know the way to change that.

If you can to answer at one of my problems, you would make an happy guy!

Thank you in advance,

Thierry

Subject: Did you try the (its at least closer to what you want):

notesUIWorkspace.SaveFileDialog( directoriesOnly , [title$] , [filters$] , [initialDirectory$] , [initialFile$] )

Subject: RE: Did you try the (its at least closer to what you want):

Thanks Bill,

I tried too but it’s not what I want, it’s almost the same that OpenFileDialog : I have “Save” button instead “Open” and yeh “Help” button open an help about “Save” instead Open :-((

Thierry