December 30, 200520 yr I want to be able to display something like this 1 of 2 on page one and 2 of 2 on page two I have orders that have several parts. I want to not only be able to count how many parts an order has "Count ( OrdersPart::kp_OrderPartID )" but when I am looking at a part in the layout, I want to know what part I am looking at...hense 1 of 2 Right now when I do a Get(RecordNumber) I get something like this 1 of 2 on page one 2 of 2 on page two 3 of 1 on page three The reason it is doing this is because I am looking up orders by Customer(this is my found set).Customers have more than one order...with more than one order part. Any idea how I could go about assigning each order part with the "1" of 2 and "2" of 2?
Create an account or sign in to comment