falkaholic Posted February 4, 2002 Posted February 4, 2002 I'm doing a invoice print layout. Where i have a header with the customer info etc. Then th body which is related lineitems for the invoice. Followed by a footer with the totals etc. But it seems that the body shows all the lineitems from all invoices. Is there somthing I can change to make it only show certain ones? Before this way I used a portal but it could go for more then one page so i need they ability to print muiti-page.
danjacoby Posted February 4, 2002 Posted February 4, 2002 One idea: In the related file (the one with all the line items), create a leading sub-summary when sorted by the key field (the field used to determine the relationship). Then script to sort on the key field and print the results. Additionally, you might want to have the sub-summary part break before each occurence -- that way, each invoice will be on its own page(s). You might also want to have the file perform a find to locate just those invoices you want to print, then sort, etc. HTH, Dan
falkaholic Posted February 4, 2002 Author Posted February 4, 2002 ok. it monday. i should have thought of using a find. thanks
Recommended Posts
This topic is 8419 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