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

Labels: adding text / spot printing


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

Recommended Posts

Posted

Hi,

I use the standard FMP walk through to create labels (avery 5161 i think). The problem is that I want to add text, for instance "Original Price:" and then the price field, which works great, but here's the catch...

I don't always print out a page at a time so let's say I have a half sheet of labels and I need to print one label at position 18 on the label page... I clear out my current table and enter 17 "blank" entries and use #18 to land the printing on the label in the correct position. This works alright, but the problem is that when I enter the 17 "blank" entries it still prints "ORIGINAL:" with no price (because there is no information as it is blank).

Bottom line. I need to be able to drop a label at a specific area on the page. How do I avoid printing the added text of "Original price"? Or is there a better way to add text to my fields?

Thanks, Vandy

Posted

Vandy->

Make a single calculation field for the label, and then have an If test to see if they should print, for example:

If( IsEmpty (FieldThatDeterminesIfThisLabeIShouldBePrinted) ;

"" ;

"Original: " & FieldThatDeterminesIfThisLabeIShouldBePrinted & "¶" & ...

)

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 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.