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

fusion of 3 text fields with middle field underlined


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

Recommended Posts

Posted

Hi,

I'm creating labels.

I have 3 text fields :

prefix

base

suffix

I have a calculation field with text as a result that goes like this:

prefix & " - " & base & " - " & suffix

I want the result to be :

prefix - base - suffix

So I used the conditional format :

value comprised between - and -

but I do not obtain the desired result. Any suggestions?

Thanks

PS this is a liberal translation of the Filemaker commands as my software is french. If you need further explainations, please let me know.

Posted (edited)

Try calculation ( result of text ):

prefix & " - " & TextStyleAdd ( base ; Underline ) & " - " & suffix

Conditional format will not work here because there is no condition to be met - you always want it underlined.

Edited by Guest
Posted

Wait a minute ... LABELS? Then type the text you want as:

prefix - base - suffix

... then enter the text box again and double-click the word 'base' and select Format > Style > Underline.

Posted

Hi LaRetta,

It worked : great!

Now I'd like to have it underlined, bold and italic! How do I achieve that goal? As you can see, I'm a very demanding type of guy :

Thanks again,

Cheers,

Luc

Posted

Hi LaRetta,

Thanks once more. Your suggestion made the trick1 Indeed, it was calculation.

I tried one more style of my own but it did not accept it : +capitalized ( cap lock). I guess that variation does not exist!

Cheers,

Luc

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