How to Suppress Line/Section in Navision Reports

sanjeevdalelasanjeevdalela Member Posts: 45
I use to Text field & set Multiline is true if the text only two Lines then Report Left more Blank Lines so I want a solution for Suppress Line
any body help me.
Sanjeev Kumar Dalela
Technical Consultant
(Dataman Computer Systems P Ltd.)

Comments

  • rajpatelbcarajpatelbca Member Posts: 178
    Do mean to say that you want to change the height according to lines. according to my knowledge this is not possible.
    Experience Makes Man Perfect....
    Rajesh Patel
  • sanjeevdalelasanjeevdalela Member Posts: 45
    if Section Height 1500 & my Text Box Height 1500 only single text box in the section. but my text matter some time 8 lines, or 1 line if matter is 1 line then report left 7 lines space. so i can reduce to space according the lines.
    Sanjeev Kumar Dalela
    Technical Consultant
    (Dataman Computer Systems P Ltd.)
  • rajpatelbcarajpatelbca Member Posts: 178
    i have an idea no implemented yet but u can solve your problem.
    i think you have to divided you comment of 8 line in to one text variable having dimension value 8. add 8 same section and in presection
    add code
    eg.
    curreport.showouput( test[2]<>'');

    regards,
    Experience Makes Man Perfect....
    Rajesh Patel
  • sanjeevdalelasanjeevdalela Member Posts: 45
    this text variable is running text & have no dimension.so what i can do?
    Sanjeev Kumar Dalela
    Technical Consultant
    (Dataman Computer Systems P Ltd.)
  • DaveTDaveT Member Posts: 1,039
    Hi Sanjeev,

    Try using strlen and have different sections

    e.g. currreport.showoutput( strlen( testvar) > 30 );
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • apertierraapertierra Member Posts: 61
    I would suggest following the next steps:

    1) Read the navision development guide that it's included in the documentation folder of your navision installation.
    2) Start trying changing reports do display/hide sections.
Sign In or Register to comment.