Updated message
This commit is contained in:
parent
a2e830d0c3
commit
11cb2e0efd
@ -230,7 +230,7 @@ namespace VEPROMS
|
|||||||
var fileLocation = txtExport.Text;
|
var fileLocation = txtExport.Text;
|
||||||
if (File.Exists(fileLocation))
|
if (File.Exists(fileLocation))
|
||||||
{ // C2022-029 if an existing export of the same name is found, provide option to overwrite it
|
{ // C2022-029 if an existing export of the same name is found, provide option to overwrite it
|
||||||
DialogResult ovewriteEx = FlexibleMessageBox.ShowCustom(null, "There is already another export file with the same name, you can either overwrite the existing file, or have the existing file renamed with it's created date appended.\r\n\r\nSelecting 'Cancel' will cancel the export.", "What would you like to do?", MessageBoxButtons.OKCancel, MessageBoxIcon.Question);// == DialogResult.Yes;
|
DialogResult ovewriteEx = FlexibleMessageBox.ShowCustom(null, "There is already another export file with the same name. You can choose to either overwrite the existing file or have the existing file renamed with the original creation date appended.\r\n\r\nSelecting 'Cancel' will cancel the export.", "What would you like to do?", MessageBoxButtons.OKCancel, MessageBoxIcon.Question);// == DialogResult.Yes;
|
||||||
|
|
||||||
if (ovewriteEx == DialogResult.Abort)
|
if (ovewriteEx == DialogResult.Abort)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user