Kbase 12722: output through: Not printing in the correct sequence (6.3)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
output through: Not printing in the correct sequence (6.3)
The output from the following procedure does not print out in the
correct sequence. I tested this on ts486 with Progress 7.2A and
I did not have any problems. I tested this on 6.3C on ts486 and
the printout was not in the correct sequence.
The bug number is: 93-12-22-010
def var i as int init 1.
repeat i = 1 to 5:
output thru lp -d lwmis paged.
display i.
display "hello".
end.
Progress Software Technical Support Note # 12722