diff --git a/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/CmpRpt.cs b/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/CmpRpt.cs index 342184c4..721120e0 100644 --- a/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/CmpRpt.cs +++ b/PROMS/ReferencedObjects/Exe/RefObj/CmpRpt/CmpRpt.cs @@ -150,6 +150,7 @@ namespace CmpRpt foreach (string roid in roIDList) { + Application.DoEvents(); tbl = roid.Substring(0, 4); recid = (roid.Length > 4) ? roid.Substring(4, 8) : null;