ruchi.verma
22nd August 2008, 14:08
i am analysing a current report in which various layouts have used lattr.break in the output expression.
can ne one tell em wat is it exactly used for??? :confused:
sprasad
22nd August 2008, 14:35
lattr.break is useful while using before.field.The layout before.field gets triggered in the new page even the field used in before.field does not change so you have to use lattr.break in the output expression so that before.field doesnt get triggered in the new page.
Juergen
22nd August 2008, 14:35
lattr.break is a predefind variable which can be used in reports:
From the ERP programmers guide:
A boolean that is set to true during printing of before.field layouts when the layout is printed as the result of a sort field change. It is set to false when a before.field layout is printed because of a page
ruchi.verma
22nd August 2008, 15:57
lattr.break is useful while using before.field.The layout before.field gets triggered in the new page even the field used in before.field does not change so you have to use lattr.break in the output expression so that before.field doesnt get triggered in the new page.
thanks a lot i think this input will help...