NoSAP0
8th July 2005, 10:55
I've customized a few reports, having this problem as a result:
I've inserted a field with variables that have to be filled from the report program, in it I've put a select that returns more than one line.

The thing is that the report ONLY print the last line of the select, after debuging it you can see that the select gives a few records, but the printing of them only happens after the endselect, thus printing only the last record fund.

Anyone having this problem/solution that can help me?

croezen
8th July 2005, 11:06
The detail is printed only once from the programscript. If you want a section printed again because you did something in the reportscript you can use layout.again() in the reportscript.

Debdas Banerjee
8th July 2005, 11:55
Hi,

It can happend only when u give all the fields on after.field ( layout) . If u want all the records which is select by select command then u have to give all the fields in detail.1 layout. Please check ur report layout.



Regards

Rita Kotecha
11th July 2005, 14:32
Please put the rprt_send before the endselect instead of having it after the endselect

Debdas Banerjee
11th July 2005, 14:58
Hi,

No comments from ur side . Have u solve ur problem or not .
if u still facing problem, just post ur script , so that we can act upon on that



Regards