Page 1 of 1
Initial directory for Save-, Saveas-, Open- Dialogs
Posted: Mon Feb 05, 2007 3:08 pm
by holger
Hello,
I want to set the Directory for Save-, Saveas-, Open- Dialogs.
How could I do this?
Thanks for any answer
Holger
Posted: Tue Feb 06, 2007 12:58 pm
by Sergey Tkachenko
Open: rvActionOpen.InitialDir property (published)
Save and SaveAs: If the opened file directory is defined, it is used. Otherwise, rvActionSaveAs.InitialDir (published)
Export: If rvActionExport.FileName (public) is empty, rvActionExport.InitialDir (published) is used. After exporting, the chosen file name (with full path) is assigned to rvActionExport.FileName, if rvActionExport.AutoUpdateFileName=True (True by default, published)
Insert Picture: The same as for export, but for rvActionInsertPicture action.
Insert File: Must be the same as for export, but for rvActionInsertFile action. But by mistake, rvActionInsertFile.InitialDir is not used. Will be fixed.