layswan
22nd April 2008, 10:21
Hi,
my report layout consist of Layout A, Layout B, Layout C n Layout D like the example i attached as below. The requirements of the report layout:
1)Layout A will be header of each page of report,
2)the fields in Layout B will be printed from LN database
3)Pos and Item Description field in Layout C will be printed as the field in
Layout B (Pos and Item Description field) but the Cost Allocation field
is written by user manually
4)Layout D will be printed on each page of report
* only 4 pos will be printed on each page of report (if there are more than 4 pos have to print out)
I had tried to do it but i still can't get the result that i want. Help!!!!!:(
Do anyone know how to do it????


Thanks! :o

Marioth
22nd April 2008, 11:41
Hi Layswan,

Please can you highlight "* only 4 pos will be printed on each page of report (if there are more than 4 pos have to print out)"?
If you mean after 4 pos it has to stop then I don't see any problems go in your report script and count the pos and after 4 pur lattr.print on false that's all.

Regards,

Mario