Data Report Designer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fujit
    New Member
    • Feb 2007
    • 2

    #1

    Data Report Designer

    Hi all !

    I have a report ,i want to change the color of text box in detail section depend on the condition like this

    If the value of textbox1 <> textbox2 then change color of textbox2

    How can i do it ?
    Please help.

    Thanks

    Fujit
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    [PHP]textbox2.BackCo lor = vbRed[/PHP]
    or
    [PHP]textbox2.ForeCo lor = vbGreen[/PHP]

    Comment

    Working...