September 26, 200322 yr Newbies help me I'm novice in FMPro scuse me for my English i'm italian I' have portal with 10 row and 3 field Field "FldData" Field "FldUrgenza" Field "FldName" I want Field's Background Color of field "FldName" is Red if Value FldUrgenza = "Urg" without change color Background other row Portal Grazie di tutto
September 26, 200322 yr Hello Franco, In the related file, add a global container field called 'gRedSwatch' and place a small red rectangle into it. Then create a calculation field of result type 'container' and enter the formula: Case(FldUrgenza = "Urg"; gRedSwatch) Last, in your portal, position the calc field behind your FldName field, set its graphic format options to "Reduce or enlarge image to fit frame" and turn off the "Maintain proportions" option, then apply transparent fill to the FldName field. That's it. Now when FldUrgenza is 'Urg', the FldName field will be red.
Create an account or sign in to comment