IF your Filter Field Is Fixed like You Mentioned Quantity.. Then You should Create a Global Text Variable QtyFilter of text datatype Then You have to use it in Rec.SetFilter(rec.qty,QtyFilter); that value Before the Record Is used in Lookup.. Done Now you will Only get the Filtered Values
↧