To save new files automatically
Posted: Wed Apr 26, 2023 6:55 am
Hello.
I'd like to inquire about RivhViewEdit.
When the user clicks the Save button, a save dialog window appears.
The save dialog window does not appear, and the system forces the file name to be applied
Can I have it saved automatically in a specific folder?
Sample code:
rvActionsResource.rvActionSave1.GetDoc(RichViewEdit1).FileName := FormatDateTime('YYYYMMDD hhmmss',now);
rvActionsResource.rvActionSaveAs1.ExecuteTarget(RichViewEdit1);
I don't want the save dialog window to appear when I run ExecuteTarget.
Thank you.
I'd like to inquire about RivhViewEdit.
When the user clicks the Save button, a save dialog window appears.
The save dialog window does not appear, and the system forces the file name to be applied
Can I have it saved automatically in a specific folder?
Sample code:
rvActionsResource.rvActionSave1.GetDoc(RichViewEdit1).FileName := FormatDateTime('YYYYMMDD hhmmss',now);
rvActionsResource.rvActionSaveAs1.ExecuteTarget(RichViewEdit1);
I don't want the save dialog window to appear when I run ExecuteTarget.
Thank you.