color calculation
color calculation
(OP)
How would i set color to a text with a calculation
for instance. For red text i tried
(RGB ( 1; 0; 0)& "TOTAL #" )
which didn't work it only shows me numbers
for instance. For red text i tried
(RGB ( 1; 0; 0)& "TOTAL #" )
which didn't work it only shows me numbers
RE: color calculation
TextColor ( "I am red" ; RGB ( 255; 0; 0) )
-Striker
RE: color calculation
What you have as literal text "i am red"
What file maker is telling me is that it is trying to look for a table and highlights i am red.
Note:
This calculation will be set as a tool tip See BELOW-
"Enter the TOTAL # of Hours "&
Staff::First Name & " " & Staff::Last Name &
" worked on the " & Postings::Title&" posting here."
WHEN IN BROWSE MODE YOU'LL SEE!!
"Enter the TOTAL # of Hours Haitian Fella worked on the Programing posting here.
I want the TEXT "TOTAL #" to be in bold letters as well as red text.
RE: color calculation
-Striker
RE: color calculation
-Striker