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

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

Recommended Posts

  • Newbies
Posted

I have a field "dues paid through". This field contains a date. Is it possible for a script or calculation that would change the font color in the "dues paid through" field from black to red if dues were not paid on time?

Larry

Posted

Hi Larry,

You can use a calculation (date) and format this field identically to your DuesPaidThrough field (size and font). Then change the font colour to red. Turn off Allow Entry Into Field (through field format). Change the pen pattern and fill pattern to transparent. Place the calc on top of your DuesPaidThrough field and set the Alignment (drag cursor around both fields) center-to-center.

The calculation would be something like:

Case(DuesPaidThrough <= Status(CurrentDate), DuesPaidThrough)

This will cause the red calc to display if the DuesPaidThrough date has passed (is past due) but will disappear (and therefore display the regular field) if not yet expired. smile.gif

Cheers,

LaRetta

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