Ash Gajjar
25th May 2005, 11:35
New in report writing here.

I have a program script sending data to a print file. The main table is a Service order header record. All works fine. I now need to send all the detail lines ( Serviceorder material lines). Can anybody out there show me how to read/send the detail lines utilising the the same progrma script ?
Never had to read multiple lines per each read_main_table.

I can send my script if required.

Thanking you in advance
Ash

blanchap
31st May 2005, 21:43
Hi,

i'm a visual guy so can you post your script so i can see.

regards

PB

en@frrom
1st June 2005, 11:36
Indeed it is not so easy to help you on this without seeing the script, but in big lines what you have to do, is:
in the selectdo of the order headers, you write another select on the order lines table, and then per line fetched, you send brp.ready / rprt_send(). The original brp.ready/rprt_send() you should remove from the order header level. Hope this helps you; if it is not clear yet, just post your script, and we will help you out more in detail.

Good luck,

En