change background color

lamis
lamis Member Posts: 46
how can i change the background color of the fields?

Answers

  • kriki
    kriki Member, Moderator Posts: 9,121
    Why don't you give your topic a useful title?
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • lamis
    lamis Member Posts: 46
    is that okay now ? ;p
  • kriki
    kriki Member, Moderator Posts: 9,121
    edited 2016-08-16
    A lot better! The title is an important part of the post. It makes it easier for people to see your post and know immediately if they might be able to answer it or not. And later for other people to find it if they have the same problem.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • lamis
    lamis Member Posts: 46
    any help plz?
  • aceX
    aceX Member Posts: 166
    You can change Style and StyleExpr fields properties in pages for changing FONT color in NAV. You can set there a color for the font (Favorable - green, Unfavorable - red and italic, Strong - black, Ambigious - yellow ... etc.) Or, you can set color dynamically with using global variable of type Text and must her property IncludeInDataset to be Yes...
    But if you like to change only background color to the text field in NAV ... I think that it's not possible.

    BR
    aceX
  • lamis
    lamis Member Posts: 46
    i would like to change only the background ..
  • yukon
    yukon Member Posts: 361
    I not sure your are asking for Classic Client or RTC. You can change the background color if you asking for Classic. For RTC does not has property to change the background color. But you can try to use with your own Addin control.

    I would like to use aceX's suggestion.

    Regards,
    Make Simple & Easy
  • lamis
    lamis Member Posts: 46
    i am asking about the classic, any suggestions ?
  • iglabas
    iglabas Member Posts: 4
    Every Text Box has property BackColor but it can’t be changed during runtime.
    To achieve this you can create two TextBox control with different BackColor and then use VISIBLE to show/hide one of them..