Hello,
I added the following lines to my method directive:
if iCount MODULO 1000 = 0 then
{lib/PublishInfoMsg.i &InfoMsg = "'Records: ' +
STRING(iCount)"}.
The idea here was to get an message popup after every 1000 records
processed.
What happened is that all the messages were "queued" up and each popped
up after all records were processed.
Is there a way to get them to pop up in "real-time"?
[Non-text portions of this message have been removed]
I added the following lines to my method directive:
if iCount MODULO 1000 = 0 then
{lib/PublishInfoMsg.i &InfoMsg = "'Records: ' +
STRING(iCount)"}.
The idea here was to get an message popup after every 1000 records
processed.
What happened is that all the messages were "queued" up and each popped
up after all records were processed.
Is there a way to get them to pop up in "real-time"?
[Non-text portions of this message have been removed]