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

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

Recommended Posts

Posted

hello

how can I multi formmatting a text field?

Lets say that i want to formmatting a text field

field A; RGB ( 200; 30 ; 20 )

TextStyleAdd ( Album Name;Bold+Italic )

and

TextSize ( field A ; 12 )

is that possible?

George :qwery:

Posted

Yes this should be possible. Currently in one of my solutions I have a field that is formatted to bold and a larger size. You simply have to combine functions together. Here is an example.

TextStyleAdd (TextSize ("your text"; 12); Bold )

This will change the text to size 12 and bold.

Here's a sample for what you need.

TextColor (TextSize ( TextStyleAdd ( TextStyleAdd ( "your text" ; Bold); Italic); 12) ; RGB ( 200; 30; 20) )

Hope this helps.

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