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();
|
Activate();
|
||||||
FolderInfo fi = FolderInfo.Get(1);
|
FolderInfo fi = FolderInfo.Get(1);
|
||||||
FormatInfo frmI = FormatInfo.Get(fi.FormatID ?? 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);
|
dlgChgId dlgCI = new dlgChgId(tc);
|
||||||
dlgCI.ShowDialog(this);
|
dlgCI.ShowDialog(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user