G
Guest
I have a textbox that I want to format based on field
value.
The textbox is named: txtAssignedPersonell
The conditional formatting is as follows:
Format=green background, white bold text when greater than
90.
Format=red background, white bold text when less than 80.
Format=yellow background, black bold text when between 80
and 90.
The problem occurs when the value is 100 or more. It will
format the text box with the red background, white bold
text instead of the green.
This textbox is unbound and I assign the value manually in
the PageFooterSection_Format event. (it's in my footer)
What's happening to the formatting???
I'm going to give up and assign the format
programmatically, but wouldn't mind some ideas as to why
this is happening.
value.
The textbox is named: txtAssignedPersonell
The conditional formatting is as follows:
Format=green background, white bold text when greater than
90.
Format=red background, white bold text when less than 80.
Format=yellow background, black bold text when between 80
and 90.
The problem occurs when the value is 100 or more. It will
format the text box with the red background, white bold
text instead of the green.
This textbox is unbound and I assign the value manually in
the PageFooterSection_Format event. (it's in my footer)
What's happening to the formatting???
I'm going to give up and assign the format
programmatically, but wouldn't mind some ideas as to why
this is happening.