Hi, Barno
Are you using @prow() and Say ?
If u are, i guess you are trying, to print a report with escape codes. Visual foxpro doesn't support that, that report with escape codes is obsolete.
However if you try to print that escape codes with the report in A FILE, then you print that file form within MS-DOS prompt, u can print that report.
1. Print that report and that codes with in a file, u could use SET PRINTER TO, and SET DEVICE TO.
2. after printing use this command
nmfile = <the name file>
RUN TYPE &nmfile > PRN
this method work fine with me when i'm printing a form that need escape code in dot matrix printer. this method never tested in XP (which we know that this system doesn't support MS DOS much).
Hope this will help.