brzfan2 Posted February 19, 2005 Posted February 19, 2005 I have a database where I have a related file to hold payments for participants. I would like to print a receipt for each entered payment. I have a layout in the main file with a portal to the payment file to enter payments. I can print a receipt for the first record only. I need to have the receipt print for the current payment entry. Receipts will printed as payments are entered. How do I get the script to default to the current entry? It seems to print the first payment only. I tried to have it go the the last portal line but it still prints the first record. Is there a better way to handle this?
dkemme Posted February 20, 2005 Posted February 20, 2005 Portals are not good for printing. It is best to do a find in the table of receipts that you wish to print. You can create a layout that has the information from the main table (file) by creating a relationship from table reciepts in the header.
Recommended Posts
This topic is 7563 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