Setup DisplaySearch context menu after /DB parameter is processed.
This commit is contained in:
parent
e46075e675
commit
f71a0a2431
@ -224,6 +224,8 @@ namespace VEPROMS
|
|||||||
}
|
}
|
||||||
if (Properties.Settings.Default["DefaultDB"] != string.Empty)
|
if (Properties.Settings.Default["DefaultDB"] != string.Empty)
|
||||||
Database.LastDatabase = Properties.Settings.Default.DefaultDB;
|
Database.LastDatabase = Properties.Settings.Default.DefaultDB;
|
||||||
|
// Setup the Context menu for DisplaySearch including the symbols
|
||||||
|
displaySearch1.SetupContextMenu();
|
||||||
if (!FormatInfo.HasLatestChanges())
|
if (!FormatInfo.HasLatestChanges())
|
||||||
throw new Exception("Inconsistent Formats");
|
throw new Exception("Inconsistent Formats");
|
||||||
if (!ItemAuditInfo.IsChangeManagerVersion())
|
if (!ItemAuditInfo.IsChangeManagerVersion())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user