Kaydet (Commit) df8bbdce authored tarafından Jean-Pierre Ledure's avatar Jean-Pierre Ledure

Access2Base - OutputTo / html Add suffix default value in file picker

Change-Id: I80d97058221106ce87d696d8142b1e87430513d9
üst c098227c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment