Ginxy33 Posted December 30, 2005 Posted December 30, 2005 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?
mr_vodka Posted December 30, 2005 Posted December 30, 2005 Take a look at this thread for some ideas.
Recommended Posts
This topic is 6968 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now