R2D2 Posted April 4, 2009 Posted April 4, 2009 Hello again... Conditional formatting does nor work in IWP-environment, but is there any way to get around that limitation ? I remember that I saw somewhere a trick to do that but now I cannot find it anymore... //R2D2
R2D2 Posted April 5, 2009 Author Posted April 5, 2009 Answering to myself, and asking more... This could be partly possible with TextColor -function in script step (If value = X, then TextColor(field;255;0;0) etc. Or is it ? I tried this with creating calendar dates. I wanted Saturdays and Sundays marked in red (also in IWP). But is this TextColor limited only to text fields, because This doesn't seem to work with dates ? Tried even like this: GetAsDate (TextColor (GetAsText (Calendar::Date global) ; RGB ( 250 ; 0 ; 0 ) ))
R2D2 Posted April 5, 2009 Author Posted April 5, 2009 Talking to myself again... But I got it working when I changed the gDate global -field type as "Text" and created a new calculation field GetAsDate(gDate Global) for date calculations and formattings. But anyway... This is a method to create robust "Conditional formatting" for IWP also.
Søren Dyhr Posted April 5, 2009 Posted April 5, 2009 You can always make a "train" of <> fields each having the first < formatted differently ... this is in particular hand when creating backgrounds in fields. Each occurrence of a mergefield is then an unstored calc'field behind the screens. This way even could gantt charts be accomplished, provided you produce a specific layout for each browser type likely to be encountered. --sd
R2D2 Posted April 5, 2009 Author Posted April 5, 2009 But, how do I then "format" those merge-fields according to their input ?
Søren Dyhr Posted April 5, 2009 Posted April 5, 2009 Via autoenters with the "update" chosen! ...a massive of the background is needed for a lid over what the user inputs. --sd
Mel_WI Posted June 11, 2009 Posted June 11, 2009 So, I am trying to figure out the whole conditional formatting in IWP, and I am not sure I follow. (NOTE: I am pretty new to Filemaker) I have a list of results from a find that displays on my layout. And based on the data in each found record I put a text field in front that is either in "Red" "Yellow" or "Green". I have this working in Filemaker, but do not know how to get it to work in IWP. I understand using the TextColor Function, but I am not sure where I would use this? --The clients do not activate any of the rows. So, I don't think I can put a script on the text field (like and OnEnter or OnModify Script) --Do I need to put in the script the performs the find and opens the layout? --If so, how do I loop through all the records once performing the find? Am I way off base?
Søren Dyhr Posted July 1, 2009 Posted July 1, 2009 Sorry for keeping you in suspense here, what I suggest is you display your data in calc'fields instead each via a merge'field. The colour not needed is made empty by the calc' but forming a train of several calc'fields will only those holding data have any extension in length. --sd
Recommended Posts
This topic is 5635 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