I'm using the new Display Openfile statement for the first time, and having a problem.
All seems right unless I enter a file name that is not in the selected path. I get the msg "file not found, create it?" and answer yes.
The string fileName is populated with the path and new file name, but the new file is not created.
Since no one else is asking about this, I presume I am overlooking something about the proper use of this statement?
WXP, SP3, AMD 3200+, PB 9.01.0100
Code:
display openfile hParent, , , "Title", "", filter, "", ".whatever", %OFN_CREATEPROMPT to fileName
The string fileName is populated with the path and new file name, but the new file is not created.
Since no one else is asking about this, I presume I am overlooking something about the proper use of this statement?
WXP, SP3, AMD 3200+, PB 9.01.0100
Comment