R
Robert D. Young
Maybe I'm getting old and lazy, and maybe I'm missing something obvious, but
I was doing a quick-and-dirty addition to a system I have and used a report
to format the results of a query into a single text string (like [field1] &
"some buncha text" & [field2], etc.) and found I ran into two issues:
1. How can a make a report of infinite width? I only want to write one line
per row of the query result, and I can format it OK, but the resulting
report is always bound by the paper width (landscape or portrait). I've
thought of adding some customized paper layout to my printer def, but I
really didn't want to mess with it because I don't really want to ever print
the report, I just intend to export it to a file, which leads to problem 2:
2. Is there a better way to export a report as pure text than printing to a
text printer? While this works, because of the aforementioned page width
issue, I get line breaks in the text as it wraps to each new line.
I suppose I could just change the query to return a single composite field
that looks just like the report line and then export that result, but I
thought I'd ask to see if I was missing something obvious...
Thanks in advance,
- Robert
I was doing a quick-and-dirty addition to a system I have and used a report
to format the results of a query into a single text string (like [field1] &
"some buncha text" & [field2], etc.) and found I ran into two issues:
1. How can a make a report of infinite width? I only want to write one line
per row of the query result, and I can format it OK, but the resulting
report is always bound by the paper width (landscape or portrait). I've
thought of adding some customized paper layout to my printer def, but I
really didn't want to mess with it because I don't really want to ever print
the report, I just intend to export it to a file, which leads to problem 2:
2. Is there a better way to export a report as pure text than printing to a
text printer? While this works, because of the aforementioned page width
issue, I get line breaks in the text as it wraps to each new line.
I suppose I could just change the query to return a single composite field
that looks just like the report line and then export that result, but I
thought I'd ask to see if I was missing something obvious...
Thanks in advance,
- Robert