I am running a 'listener' program that simply watches for records to be written to a table;
WATCH-XML-TRXS:
repeat:
does some procressing
pause 60.
end.
My problem is that Progress does not recognize the pause statement unless I put some kind of transaction after it; like a message box. However, I do not want a message box to constantly display on the screen of the server where I am running this process. I have also ran into issues with having to hit the space bar. I think I can eliminate that issue with the No-Message option. Has anyone else ran into this kind of issue, and if so what kind of options are there to get around this?
Thanks
Carolyn
WATCH-XML-TRXS:
repeat:
does some procressing
pause 60.
end.
My problem is that Progress does not recognize the pause statement unless I put some kind of transaction after it; like a message box. However, I do not want a message box to constantly display on the screen of the server where I am running this process. I have also ran into issues with having to hit the space bar. I think I can eliminate that issue with the No-Message option. Has anyone else ran into this kind of issue, and if so what kind of options are there to get around this?
Thanks
Carolyn