by IDEAL Software Support » Wed Aug 07, 2013 4:12 pm
Let me try to clarify for the given example:
The selected file type is "VPE" in the shown FileSave-Dialog, but the file name written in the dialog is - as specified by code - "doc.pdf" ???
Here, we did three tests:
Vpe.SaveFileName = "*.pdf"
Vpe.SaveFileName = "doc.pdf"
Vpe.SaveFileName = "e:\tmp\*.pdf"
For all three tests the selected file type is "PDF" in the shown FileSave-Dialog.
Are you sure the structure of the file name you provide is correct? No missing path-delimiter "\", or something like that?