Customer Name, Receipt no, Remarks are part of master table.
Item No, Description, Qty, Wt are part of child table.
Due to existing pre-printed form, I want/have to print Remarks next to the details as shown below.
I have to format the remarks as Can grow - unlimited.
The problem is: It is inserting the blank lines between Item no.01 and Item No.02. ( depaend on no. of lines remarks column takes)
Is it possible to format the report without breaking the detailed lines.
------------------------------------------------------------
Customer Name Receipt No: 123
XYZ
------------------------------------------------------------
item no Desctiption qty wt |Remarks
------------------------------- |---------------------------
01 Item 01 1 6 |This remarks column is from
02 Item 02 4 5 |the Master table.
03 Item 03 1 2 |
04 Item 04 1 1 |
|
|
|
|
|
------------------------------------------------------------
Tks in adv.
Item No, Description, Qty, Wt are part of child table.
Due to existing pre-printed form, I want/have to print Remarks next to the details as shown below.
I have to format the remarks as Can grow - unlimited.
The problem is: It is inserting the blank lines between Item no.01 and Item No.02. ( depaend on no. of lines remarks column takes)
Is it possible to format the report without breaking the detailed lines.
------------------------------------------------------------
Customer Name Receipt No: 123
XYZ
------------------------------------------------------------
item no Desctiption qty wt |Remarks
------------------------------- |---------------------------
01 Item 01 1 6 |This remarks column is from
02 Item 02 4 5 |the Master table.
03 Item 03 1 2 |
04 Item 04 1 1 |
|
|
|
|
|
------------------------------------------------------------
Tks in adv.