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?




/