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

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

Recommended Posts

Posted

i have two scripts "accept" and "deny" and depending on which is run at the end of the script it fills in a field with either "accepted" or "denied" but i would also like it to show up bold and green for accepted and bold and red for denied

can this be done in the script or do i have to do it another way i have read about it in my book and i have searched it on here and it still doesn't makes sense on what to do, could someone please dumb it down for me

thanks

vich

Posted

Create a new calc field lbl_AcceptedDenied = Case(MyTextField = "Accepted";TextColor("Accepted";RGB(0;255;0)); MyTextField = "Denied";TextColor("Denied";RGB(255;0;0)))

Type the text "<>" on your layout and set its text style to Bold.

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