Hi all, I need to print report to a txt file with VFP6.0
the report is in landscape and it have 119 columns, if i put _ASCIICOLS = 119 the the report is to short, it only show the half, so i put _ASCIICOLS = 180, report show all if field, but it separety to much from the first column col1.
the...