diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2015-11-28 14:46:00 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2015-11-28 14:46:00 +0100 |
commit | df8bbdcedb3b173682300e015286d07f7cfc69bb (patch) | |
tree | 3b31a0dbdb578a398cbf3b5323c490035ed911d8 /wizards | |
parent | c098227ca3cd4529cc7b7f6c52ada19753e3f203 (diff) |
Access2Base - OutputTo / html Add suffix default value in file picker
Change-Id: I80d97058221106ce87d696d8142b1e87430513d9
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/Database.xba | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizards/source/access2base/Database.xba b/wizards/source/access2base/Database.xba index ddca57f3cedd..15d9d40e49a3 100644 --- a/wizards/source/access2base/Database.xba +++ b/wizards/source/access2base/Database.xba @@ -645,6 +645,7 @@ Dim sOutputFormat As String, iTemplate As Integer, iOutputFile As Integer, bOutp 'Determine output file If pvOutputFile = "" Then ' Prompt file picker to user + sSuffix = "html" sOutputFile = _PromptFilePicker(sSuffix) If sOutputFile = "" Then Goto Exit_Function Else |