Hello, I'm wondering if anyone has insight to the FileSelectPopup() function of Labwindows 7.0.
I'm allowing the user to select a file and save their program configuration. But when you are saving something you usually do it because it doesn't already exist. Which means a new file. But this prompt generates an error when you type in a name that doesn't already exist. Is there a way to change that? I noticed that the possible return values are VAL_EXISTING_FILE_SELECTED and VAL_NEW_FILE_SELECTED, but I haven't been able select a non-existent filename yet.
At the moment, the user has to right click->new->text document and rename it manually. Any better ideas?
Thanks in advance.