becks22
15th September 2008, 16:05
Hi All,
i need to ask 1 thing ..can i disable details field n make only after.field visible to the users..I mean if i m removing details field then there is a huge blank space cuming between header n after.field ..Hw can i reduce or remove that

bdittmar
15th September 2008, 16:48
Hello,

use lattr.print = false an the detail will not be printed.

Regards

Andreas
16th September 2008, 08:55
Hi,
besides using lattr.print = false in report script you can also just set print.expression of the detail layout to 0.

Andreas