We are using CHR(15) programmatically to condense a report. This works fine when the entire report is to be condensed. But if a particular line of the report is to be condensed only dots are printed. In this case CHR(15) is included in the report file using a field expression.
Below is the example of the code we are using :
REPORT FORM REPORTFILE.FRX TO FILE TEMP.TXT
SET PRINTER TO NAME "Generic / Text Only"
TYPE TEMP.TXT TO PRINTER
Below is the example of the code we are using :
REPORT FORM REPORTFILE.FRX TO FILE TEMP.TXT
SET PRINTER TO NAME "Generic / Text Only"
TYPE TEMP.TXT TO PRINTER