Jump to content
Server Maintenance This Week. ×

fusion of 3 text fields with middle field underlined


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

Recommended Posts

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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