VICH Posted August 16, 2005 Posted August 16, 2005 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
sbg2 Posted August 16, 2005 Posted August 16, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now