MerryMadDad
Programmer
Hello,
I am trying to save a file with its name generated from a combobox and and edit box, the contents of both change according to what the program is doing.
I use if savedialog.execute then ...
The problem is that when the file is saved its name is not displayed in the save dialog file name box but, the next time a file is saved the previous file name is displayed in the save dialog file name box but the current file is saved with the new program generated file name.
How can I rectify this to display the curent file name in the save dialog file name box ?
I also need to change the file name manually if necessary.
Thanks in advance
I am trying to save a file with its name generated from a combobox and and edit box, the contents of both change according to what the program is doing.
I use if savedialog.execute then ...
The problem is that when the file is saved its name is not displayed in the save dialog file name box but, the next time a file is saved the previous file name is displayed in the save dialog file name box but the current file is saved with the new program generated file name.
How can I rectify this to display the curent file name in the save dialog file name box ?
I also need to change the file name manually if necessary.
Thanks in advance