Added an Application.DoEvents()

This commit is contained in:
John Jenko 2015-01-30 20:12:55 +00:00
parent dbcca8a8b9
commit 3ba1e71b4b

View File

@ -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;