1
Fork 0

added passback to resuse form to edit records

This commit is contained in:
Jake Howard 2015-01-12 11:21:16 +00:00
parent 64e22b9527
commit e56787b449
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ namespace Saviour_Backup_System
MessageBox.Show("You cannot backup a drive with no label, please rename it and try again","Can't use default name", MessageBoxButtons.OK, MessageBoxIcon.Error);
} else {
statusProgress.Text = "Initialising database connection...";
if (createButton.Text == "Update") { setup.BV.passBack(backupNameInput.Text, folderPath.Text, insertionSwitch.Value, compressionSwitch.Value, previousBackupInput.Value); return; }
createRecord();
statusProgress.Text = "Complete!";
statusProgress.ProgressType = DevComponents.DotNetBar.eProgressItemType.Standard;