`
Par2: Print a blank line on a report 2001-01-10 -- Larry Teames > I want to print a blank line on a report. I created a detail line and > named it BlankLine. > Set the band's height to fixed, then in the After Opening Report embed: SETTARGET(REPORT) ?BandName{prop:minheight} = ?bandname{prop:height} ?BandName{prop:maxheight} = ?bandname{prop:height} SETTARGET where bandname is the FEQ of your band. You should also make that band NON-PRINTING (on the Advanced Tab). Printed April 2, 2025, 11:59 pm This article has been viewed/printed 35294 times. |