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

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

Recommended Posts

Posted

is there a way to select what row or column a label will print in? it's hard when we are printing one label and it always does the first row/column

thanks!

Posted

I see at least two ways to do this:

1. Create a Labels table with the same amount of records as there are labels on a sheet. Indicate the label you want to print on in a field in your 'real' table, and use this field to match the correct label record in Labels. Print from a layout based on the Labels table, with only related fields from your 'real' table (all non-related labels will be blank).

2. Create a repeating calculation field table with the same amount of repetitions as there are labels on a sheet. Indicate the label you want to print on in a field, and use this field to calculate the repeating result, e.g.:

Case ( LabelNumber = Get (CalculationRepetitionNumber) ; < label contents here > )

Print from a FORM layout (sized for the entire sheet) containing only repetitions of the repeating field.

This topic is 6063 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.