Hello,
Sorry to bother you but I have an interesting report problem.
The COLUMN variable seems to change for each line.
For example: if I 'PRINT COLUMN 1 "HELLO"' three times, the output will be.
HELLO
HELLO
HELLO
However, this only happens when the file is being printed if I view the report everything is fine (also I am on a Redhat linux 7.3 computer).
Here is some of the source.
PRINT COLUMN 1,"Date Printed: ",TODAY USING "MMM. DD, YYYY"
PRINT ASCII(27),"(s7B"
PRINT COLUMN 1,"VACATION CREDIT OVER-TIME REPORT "
PRINT ASCII(27),"(s0B"
PRINT COLUMN 1,cur_from," AND ",cur_to
Can anybody offer any advice on how to approach this problem?
Thanks
Jason Fournier
Sorry to bother you but I have an interesting report problem.
The COLUMN variable seems to change for each line.
For example: if I 'PRINT COLUMN 1 "HELLO"' three times, the output will be.
HELLO
HELLO
HELLO
However, this only happens when the file is being printed if I view the report everything is fine (also I am on a Redhat linux 7.3 computer).
Here is some of the source.
PRINT COLUMN 1,"Date Printed: ",TODAY USING "MMM. DD, YYYY"
PRINT ASCII(27),"(s7B"
PRINT COLUMN 1,"VACATION CREDIT OVER-TIME REPORT "
PRINT ASCII(27),"(s0B"
PRINT COLUMN 1,cur_from," AND ",cur_to
Can anybody offer any advice on how to approach this problem?
Thanks
Jason Fournier