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

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

Recommended Posts

Posted

I need a script that change the color of a rectangle made around a field box (or better the border of the field), when this field is filled. The reiterative message urging for that action becomes annoying when refers to a lot of fields. The idea is to see, when first open a form, ALL the fields whith a red rectangle, changing this rectangle to green when filled.

Posted

Not a script, a calculated container field.

You'll need to have the differently coloured rectangles in container fields somewhere: a prefs file is ideal for this. The calculation for each field background would then be:

If( isEmpty( Field1 ), Prefs::Red, Prefs::Green )

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