Tore Posted October 23, 2005 Posted October 23, 2005 I have a Date field that I have named "DoItBefore". And when the date I have put there is history then I want it to show in red. Now, it seems that isn't possible unless I do a trick. I show another field which is a calculation field instead, with this: If ( DoItBefore < Get ( CurrentDate ) and Status = "Open";TextColor ( DoItBefore ; RGB ( 250 ; 0 ; 0 ) ); TextColor ( DoItBefore ; RGB ( 0 ; 0 ; 0 ) )) Anybody knows if it can be done directly on the Date field? :shower:
Paul de Halle Posted October 23, 2005 Posted October 23, 2005 I'm afraid the TextColor command is only supported on text fields. Along with all the Text format commands.
Tore Posted October 24, 2005 Author Posted October 24, 2005 Thanks, OK that's what I thought. My solution above works, but I just don't like all those "work around" solutions.
Newbies Nightmarcher Posted December 3, 2005 Newbies Posted December 3, 2005 (edited) i don't know if this will help, but i've recentley come up with a solution to blank out the date (day) fields when applicable by changing the color of the text via a calc field. calcs could be cleaner value wise, but you get the idea. hope this helps oh crap, nevermind, i just re-read what you put down and it's basically what i did. sorry! -N cal_colors.zip Edited December 3, 2005 by Guest
Recommended Posts
This topic is 6996 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