RList and break-on question (OpenInsight Specific)
At 30 SEP 1998 11:33:27AM BC wrote:
I am doing an rlist/openlist and have a break-on column that I do
not want to show up but I am using the 'PB' options to break-on with a new page and put the value in the heading 'B'.
How do I signify to hide the column?
Thanks
At 30 SEP 1998 11:58AM Carl Pates wrote:
Andrew sez:-
Try using JUSTLEN 'L0'
cpates@sprezzatura.com
World Leaders in all things RevSoft
At 30 SEP 1998 01:12PM BC wrote:
JUSTLEN "L0" was Spot on!
While I got ya… I am using or_view right now. It was recommended.
Is rlist or openlist better? And, why does the print on or_view seem to
take forever?
Cheers!
At 30 SEP 1998 01:31PM Don Bakke wrote:
Bruce,
If I may make a plug, S/List from Sprezzatura is really the best way to go.
dbakke@srpcs.com
At 30 SEP 1998 06:44PM Andrew P McAuley wrote:
Why thank you Don!
Will be in touch shortly re: other stuff!
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 01 OCT 1998 10:12AM Aaron Kaplan wrote:
The print take longer because you are not actually printing the results you have on the screen. You are actually regenerating the report for output to the printer. This means the select statement is regenerated and the all the records are processed all over again.
If your report is using an active list, then the print will not use that list.
akaplan@sprezzatura.com