Board index » cppbuilder » hide SaveDialog on the save process

hide SaveDialog on the save process

If I understand correctly what you're asing here, then that's not how you do
it.

SaveDialog is ONLY good for retrieving a filename to save to.  Your APP is
responsible for doing the actual saving to that file, NOT SaveDialog.

So, when you click the Save button in your app, there's no need to even use
SaveDialog if you already have a filename handy.

Gambit

Quote
Peter <e...@alumni.nctu.edu.tw> wrote in message

news:7uvghd$abs11@forums.borland.com...
Quote
> I use SaveDialog to save a modified file in my MDI App. I want to hide
> SaveDialog on the save process. how can I click 'Save' buttom to save
> automatically without display the SaveDialog ? which SaveDialog functions?

 

Re:hide SaveDialog on the save process


Hi, Dear All
I use SaveDialog to save a modified file in my MDI App. I want to hide
SaveDialog on the save process. how can I click 'Save' buttom to save
automatically without display the SaveDialog ? which SaveDialog functions?
Thanks in advance and best regards,

Peter

Re:hide SaveDialog on the save process


Hi,Remy
Thanks your advance.  ;-)
Peter

Other Threads