|
Can anyone confirm this
problem? I am trying to give a
user a requested option to print R:Base reports to a straight text file –
reproduce all data in the report without fonts, etc. Some reports fail to
show ALL data – the tighter the columns in the report, the more data is
truncated in a column from the right side. I have tried the OPTION
TXT in the Print command and also the ETXT option. TXT truncates, ETXT gives me an empty
file. Can you confirm this
problem with the CONCOMP database report
ContactsByCustomer? Try these two
commands: print contactsbycustomer
OPTION ETXT|FILENAME JUNK.TXT |OPEN ON |SHOW_CANCEL_DIALOG
OFF This produces a file
with 0 bytes print contactsbycustomer
OPTION TXT|FILENAME JUNK.TXT |OPEN ON |SHOW_CANCEL_DIALOG
OFF Phone number column
loses the rightmost 3 digits Does anyone know a way
to make this work? |
