Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7400 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hi,

New to FileMaker but very experienced in other DB's and am trying to help a friend here. I need to print tickets for multiple events. I have basically a customer table with name and paid amounts for each event. Very simply, assuming a ticket price of $5, if a paid amount is $20 I want to print 4 tickets for this customer/event. Each customer may have ordered 0 to "n" tickets per event. They must also print together (continuous forms) for each customer.

I have made a script to loop through the records and determine how many tickets to print. But "print" is not a record level operation. It prints every visible row. It doesn't appear that it is possible to selectively print this way. I assume then that I will need to somehow generate the "view" I am trying to print here. Any ideas on how I might best accomplish this?

Thanks,

Sam

Posted

You could use the loop function to print the ticket record four times, but, I think I would add an additional table to the file for tickets, and create four ticket records related to your customer/event. This approach would allow you to serialize your ticket information for better tracking, processing, and association.

Good Luck,

Walt

This topic is 7400 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.