Added code to handle importing a procedure with different RO folder
Added code to sort Administrative Tools Added code to improve how the controls align when using a lower DPI screen resolution Added code to refresh progress bar when updating RO's
This commit is contained in:
@@ -986,7 +986,7 @@ namespace VEPROMS
|
||||
// get the rodb from the selection - and then do an 'update rofst'...
|
||||
RODbInfoList rdil = RODbInfoList.Get();
|
||||
RODbInfo rdi = rdil[cmbRoDb.SelectedIndex];
|
||||
ROFst tmp = ROFstInfo.AddRoFst(rdi, _DocVersionConfig.MyDocVersion, null); // RHM Needs To Include Delegate
|
||||
ROFst tmp = ROFstInfo.AddRoFst(rdi, _DocVersionConfig.MyDocVersion, DoProgressBarRefresh); // RHM Needs To Include Delegate
|
||||
if (tmp == null)
|
||||
{
|
||||
MessageBox.Show("Invalid ro fst directory, use the Property dialog to fix directory path to ro.fst.");
|
||||
|
Reference in New Issue
Block a user