sfgiantsjo Posted May 5, 2009 Posted May 5, 2009 I need four separate fields to change fonts when "no" is chosen in a value list in a fifth field. Is that possible? Basically I need the other fields to become bold, but using Arial Black vs. Arial works better than bold does.
mr_vodka Posted May 5, 2009 Posted May 5, 2009 Since you are on a Pre 9 version... Try an auto-entry calc on the four fields. So for example, on FieldA: Case ( YourSelection = "no"; TextStyleAdd ( FieldA; Bold; Evaluate ( Quote ( FieldA ) ) ) Make sure that the 'Do not replace field contents' is unchecked.
IdealData Posted May 6, 2009 Posted May 6, 2009 I think they need to change fonts Case ( YourSelection = "no"; TextFont ( FieldA ; "Arial Black" ) )
mr_vodka Posted May 6, 2009 Posted May 6, 2009 Ah yes. I dont know why I read that they wanted Bold, when they actually said they didnt want bold. ???
Recommended Posts
This topic is 5681 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