cdlOFNCreatePrompt FLAG Does Not Work
The cdlOFNCreatePrompt (&H2000) is supposed to generate a prompt for the user to create a New File that does not exist. I can't get it to do anything at all! There is no extra prompt. Whether I use this flag or not, the Dialog Box appears to be identical. :(
With CommonDialog1
.filename = ""
.InitDir = gsappPath
.DialogTitle = "Create New Database File"
.Flags = &H2000
.CancelError = True
.Filter = "Database Files (*.mdb)|*.mdb"
.ShowSave
End With
Newfilename = .filename
Has anyone used this flag and experienced a Create New File Prompt?
:cry:
/
Re: cdlOFNCreatePrompt FLAG Does Not Work
Welcome to the forums. :wave:
You are exactly correct. The cdlOFNCreatePrompt flag doesn't change the behaviour of the dialog box when using .ShowSave. It never has, and this was never fixed.