Page 1 of 1

Conditional Line Printing

Posted: Mon Mar 12, 2007 4:15 pm
by Peter_Cseh_(Guest)
I am having a problem with conditional line printing. I am trying to only print some lines on the first page, and only if certain data exists. My condition is: reportpage()=1 .and. tsd_ships>0____I suspect the problem is caused by tsd_ships which is a pre-processed total, but I do not understand why. If tsd_ships>0 then no matter what the line prints. ____Any help would be appreciated.____Thanks,__pete

=> RE: Conditional Line Printing

Posted: Mon Mar 12, 2007 11:15 pm
by kfleming
It is really the reportpage() that is causing the problem. R&R really should not let you even use reportpage() as a logical field condition. Page related functions should not be available to control line printing.____Kathleen__R&R Support

==> RE: Conditional Line Printing

Posted: Tue Mar 13, 2007 1:58 am
by Peter_Cseh_(Guest)
ok, then how how can I accomplish this? I only want this preprocessed data to appear on the 1st page, but it cannot be in the title section because it has to appear below things like "company name" etc and these appear on each page.____Thanks,__pete

===> RE: Conditional Line Printing

Posted: Wed Mar 14, 2007 9:06 am
by kfleming
Try using individual calculated fields based on the condition rather than a logical line condition.____Kathleen__R&R Suppport