Options

Captions on Order Planning Page

aseigleaseigle Member Posts: 207
edited 2010-10-15 in NAV Three Tier
When using Order Planning in the RTC, the captions of the fields at the bottom are useless because you can't see enough of it. Any ideas on how to make these larger?

Thanks

Comments

  • Options
    deV.chdeV.ch Member Posts: 543
    Create a factbox to show the data. I think there isn't much a solution for the width issue, because the RTC manages the display by itself. You probably could enlarge the width of the columns by using a text variable of a high length, but then you need to convert the values and you would need to program the lookup for the data by yourself.
  • Options
    BeliasBelias Member Posts: 2,998
    deV.ch wrote:
    ...You probably could enlarge the width of the columns by using a text variable of a high length, but then you need to convert the values and you would need to program the lookup for the data by yourself.
    good catch!Improvement: instead of changing the text variable to another text variable, you can simply add a textbox with a fake variable with lenght 50 or so in every group defined in the page: like this (i hope it's readable)

    Name Caption Type SubType SourceExpr
    <Control1902204901> <Control1902204901> Group FixedLayout
    <Control1901313001> Available for Transfer Group Group
    <Control60> <Control60> Field CalcQtyOnOtherLocations
    <faketext> <faketext> Field faketext
    <Control1901741901> Substitutes Exist Group Group
    <Control58> Substitutes Exist Field CalcSubstitionAvailable
    <faketext> <faketext> Field faketext
    <Control1901741801> Quantity Available Group Group
    <Control68> Quantity Available Field CalcQtyATP
    <Control1101366002> <Control1101366002> Field faketext
    <Control1901312901> Earliest Date Available Group Group
    <Control70> Earliest Date Available Field CalcEarliestShptDateAvailable
    <faketext> <faketext> Field faketext
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.