Common Dialog 'Open File' and 'Save File' dialog boxes.
These are dependent on windows API calls from the 'xfExternal_32bit' and 'xfExternal_64bit' modules. They have been tested on 64 bit Access.
Display an 'open file' dialog. The file type filter must be manually constructed and passed in. If MultiSelect=True then returns a string array containing the selected file paths otherwise returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.
Display an 'open file' dialog with the filter set for any kind of file. If MultiSelect=True then returns a string array containing the selected file paths otherwise returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.
Display an 'open file' dialog with the filter set for '.mdb' files.
If MultiSelect=True then returns a string array containing the selected file paths otherwise returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.
Display a 'save file' dialog. The file type filter must be manually constructed and passed in. Returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.
Display a 'save file' dialog with the filter set for any kind of file.
Returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.
Display a 'save file' dialog with the filter set for '.mdb' files.
Returns a string containing the selected file path or an empty string if 'Cancel' was pressed or nothing was selected.