| View previous topic :: View next topic |
| Author |
Message |
whizzy General User

Joined: 14 May 2005 Posts: 42
|
Posted: Wed May 18, 2005 4:48 pm Post subject: uno:SaveAs |
|
|
I'm using the dispatch method of uno:SaveAs for a customised file save routine.
It is possible, via the macro, to list ALL files in the current directory instead of just the files that match the document type when the dialog box first appear.
After the dialog box has appeared if you type * in the filename and press return ALL files are listed, I would like this to be the default behaviour when the dialog first appears. |
|
| Back to top |
|
 |
ms777 Super User


Joined: 07 Feb 2004 Posts: 1355
|
Posted: Sun May 22, 2005 1:52 pm Post subject: |
|
|
| Quote: | I'm using the dispatch method of uno:SaveAs for a customised file save routine.
It is possible, via the macro, to list ALL files in the current directory instead of just the files that match the document type when the dialog box first appear. |
no - not using uno:SaveAs
| Quote: | | After the dialog box has appeared if you type * in the filename and press return ALL files are listed, I would like this to be the default behaviour when the dialog first appears. |
This is not possible. But from your recent posts you seem to have found already that the file picker is the way to go ...
Good luck
ms777 |
|
| Back to top |
|
 |
|