Added an Application.DoEvents()
This commit is contained in:
parent
dbcca8a8b9
commit
3ba1e71b4b
@ -150,6 +150,7 @@ namespace CmpRpt
|
|||||||
|
|
||||||
foreach (string roid in roIDList)
|
foreach (string roid in roIDList)
|
||||||
{
|
{
|
||||||
|
Application.DoEvents();
|
||||||
tbl = roid.Substring(0, 4);
|
tbl = roid.Substring(0, 4);
|
||||||
recid = (roid.Length > 4) ? roid.Substring(4, 8) : null;
|
recid = (roid.Length > 4) ? roid.Substring(4, 8) : null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user