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

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

Recommended Posts

Posted

I've fiddled around with scripting and searched the web, but still can't make it work.

I want to change the color (from black to red) and formatting (from plain to bold) of text in the Name field of a found set if the name is "Mark". How do I do that? Thanks in advance.

Posted

This would be extremely easy with FM9's conditional formatting.

However, in your case you can either create a calc field or use Auto-Entry feature or calculated value (Uncheck - Do not replace... ).

The formula would be the same in either case.

Case ( name = "Mark"; TextStyleAdd ( TextColor ( name ; RGB ( 255 ; 0 ; 0 ) ); Bold ); Evaluate ( name ) )

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