Use ChangeIDs format flag to control whether the Change ID dialog is displayed on start-up.
This commit is contained in:
parent
ec4d47c4a3
commit
b5584b66b5
@ -873,7 +873,7 @@ namespace VEPROMS
|
||||
Activate();
|
||||
FolderInfo fi = FolderInfo.Get(1);
|
||||
FormatInfo frmI = FormatInfo.Get(fi.FormatID ?? 1);
|
||||
if (frmI.PlantFormat.FormatData.ProcData.ChangeBarData.ChgBarMessageFromEdit)
|
||||
if (frmI.PlantFormat.FormatData.ProcData.ChangeBarData.ChangeIds)
|
||||
{
|
||||
dlgChgId dlgCI = new dlgChgId(tc);
|
||||
dlgCI.ShowDialog(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user