Hi all,
i am having trouble when i want to print the document. when it has the undo record, the system just print all of it , right ? do anyone know how to print only NON-undo lines?
for example
line 1 Qty 100
line 2 Qty -100
line 3 Qty 20
print only line 3.
many thanks,
0
Answers
You may firstly generate records and then delete the ones which are opposite to each other or whatsoever.
It is much harder to maintain dataset filtering on printing stage.
concerning your example one of possible solutions should be with several dataitems:
headerrec
integerrec
on header section, add code to fill temporary records, kind of this:
headerrec.onaftergetrecord integerrec.onpredataitem integerrec.onaftergetrecord
later on. i check on other document that has similar information.
i print on posted whse shipment and i check the undo shipment from posted sales shipment
thanks,
thanks,