Save As dialog when using save
Posted: Mon Apr 14, 2014 7:41 am
Hello,
I have a form with a ScaleRichView on it.
I load a file like this: FormScaleRichView.rvActionOpen1.LoadFile(FormScaleRichView.SRichViewEdit1.RichViewEdit,
MyFileName, ffiRVF);
FormScaleRichView.SRichViewEdit1.Format;
The problem is that each time I press Ctrl+S to save, instead of saving to the file name I loaded before, the Save As choose filename dialog pops up.
How can I prevent this?
Thank you.
I have a form with a ScaleRichView on it.
I load a file like this: FormScaleRichView.rvActionOpen1.LoadFile(FormScaleRichView.SRichViewEdit1.RichViewEdit,
MyFileName, ffiRVF);
FormScaleRichView.SRichViewEdit1.Format;
The problem is that each time I press Ctrl+S to save, instead of saving to the file name I loaded before, the Save As choose filename dialog pops up.
How can I prevent this?
Thank you.