Textbox and taking area of the document

Hello.
I make to dynamic print text in report. But now he is taking area even if he doesn't print.
vbrstgreka01.jpg
Check the yellow area. There is the area that I don't want to be if there is nothing to print.


When there is nothing to print there I want to be like this
aegqigp6oc3w.jpg

Answers

  • bharathnanbharathnan Member Posts: 92
    Hi,
    Which version of NAV are you using?
    Please explain in detail
    Regards,
    Bharath K
  • VeselinVeselin Member Posts: 19
    Microsoft Dynamic Nav 2009 R2 (6.00.32012)
  • sorenhinrupsorenhinrup Member Posts: 136
    I'm assuming you are using the rtc layout:
    In the report layout you should be able to set the line visibility property as visible false through something like this:
    =Fields![YourTextVariable].value = ""

    This should assure that the line you have in your report layout is left out when the text is empty
Sign In or Register to comment.