Options

How to change the forecolor of a Caption besides a field

mkpjsrmkpjsr Member Posts: 587
edited 2011-12-20 in NAV Three Tier
hi experts

How to change the forecolor of a Caption besides a field in Role Tailor Client.


plz suggest me.

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    You have to use
    Style and StyleExpr properties

    If FontBold is false and ForeColor is 255 (red), then Style is Attention and StyleExpr is true.

    If FontBold is true and ForeColor is 255 (red), then Style is Unfavorable and StyleExpr is true.

    If FontBold is true and ForeColor is 65280 (green), then Style is Favorable and StyleExpr is true.

    Otherwise, Style is None and StyleExpr is false.
  • Options
    krikikriki Member, Moderator Posts: 9,089
    [Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.