Hi
I have the below code but filter is not wtoking. ItemLine is Record DataType of Item.
Requistion Line - OnPreDataItem()
ItemLine.RESET;
ItemLine.SETRANGE(ItemLine."No.","Requistion Line"."No.");
IF ItemLine.FINDFIRST THEN BEGIN
IF ItemLine."Color" <> ColorType THEN
CurrReport.SKIP
END;
Thanks
*This post is locked for comments