Premahari
9th July 2018, 09:51
Hi i have one customization for payment Advice, Where only one detail section . All Fields are printed from program script. I cant view script. I just added one more field to that report detail section. When i try to print, its printing all rows with same value(Which is the last record value). When i debug that report script its taking correct values but in report its report last value for all. Can anyone help?? I have attached the output.
becks2203
11th July 2018, 08:57
The field which is getting repeated is from a different table I guess ..Do you have any other fields printing from that particular table as well ???
mark_h
11th July 2018, 15:12
I would first ask - are you sure all the fields are coming from the program script? If it was me I would add a report script and in the before layout of the section go lookup what I need to add to the report. If you have the session script you can debug it to see what it is passing each time thru at the report send.
Sahil Sharma
6th August 2018, 12:16
You have added a field in report. correct. But have you added any select query regarding that field in report script? if yes, then that select query is making a difference.
KaasKarthik
18th November 2020, 15:33
Hello all.........
whenever i use select query in report i am getting last record from the table,(the data which is send one by one in program script),how should i use select query to get all record from table in report script...
mark_h
18th November 2020, 21:53
If you are in a report script trying to print additional fields you have to look at using layout.again(). Then track as you print each record. So search on layout.again and see what samples you can find.
KaasKarthik
19th November 2020, 14:49
Hello mark_h
the problem was solved,thank you
my system not having BW print installed that's why i am not getting barcode in report,beacause barcode.pdf file present in the bw print directory....,the barcode.pdf contain the type of barcodes ,
thank you...:):)