vinmee
11th April 2011, 11:08
Dear Baan Experts,
i created a report with 1 detail layout 1 after field layout. All the fields only appear in after.field layout and detail.layout just need the script.

how to make the detail layout not to appear in report but the detail script is running?

Please help

sameer.don
11th April 2011, 12:40
detail.1:
before.layout:
lattr.print = FALSE
<Rest of the program code...>

bdittmar
11th April 2011, 14:02
Dear Baan Experts,
i created a report with 1 detail layout 1 after field layout. All the fields only appear in after.field layout and detail.layout just need the script.

how to make the detail layout not to appear in report but the detail script is running?

Please help

Hello,

detail.1:
before.layout:

"Do your calulation here"

lattr.print = false

I've discovered, that sometimes the calculation is not done when lattr.print = false is set first.

Regards

vinmee
13th April 2011, 09:18
Dear Baan Experts,
Thank you so much.It is work.