Heathbo Posted March 12, 2005 Author Posted March 12, 2005 I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
Heathbo Posted March 12, 2005 Posted March 12, 2005 I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
Heathbo Posted March 12, 2005 Author Posted March 12, 2005 I have two tables. Table 1 and Table 2. Table 1 has a text field in it where the color of the text is determined by a calculation. In most cases its black. In Table 2 there is a portal to Table 1 that shows this text field. In the portal in Table 2 I need to change the text color to white. How do I do this? I've selected the field, went to format and change text color. No change. Any help you can give is much appreciated.
Søren Dyhr Posted March 12, 2005 Posted March 12, 2005 You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
Søren Dyhr Posted March 12, 2005 Posted March 12, 2005 You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
Søren Dyhr Posted March 12, 2005 Posted March 12, 2005 You need to make yet another unstored calc'field with the needed textcoloring based on the original colored one. In the portal take care that it's the whitecolored one that shows. It's ot that if a TextColor ( "the text you wish to show" ; RGB ( 255 ; 0 ; 0 ) ) is formatting the fields appearance does it overrule the hardwired. --sd
Recommended Posts
This topic is 7197 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