Error on Reportdesign with many Sections

garakgarak Member Posts: 3,263
edited 2008-08-26 in NAV Tips & Tricks
Sometime you must create a Report with many section or must modify a report with many sections. There you will also add new sections like "Header" or Body. As example i will use Report 35 "Document Entries".

If you add a new DataItem and you will add for this DataItem new Sections like Header in this Report (35), you get the errormessage:
---------------------------
Microsoft Business Solutions-Navision
---------------------------
The property exceeds the buffer size.

---------------------------
OK   
---------------------------

But what can we do? We must add new sections :!:

Easiest way: Export the report as text, modify the text (add there your needed blank sections / Datitems)
{ PROPERTIES
      {
        DataItemIndent=1;
        DataItemTable=Table62408;
      }
      SECTIONS
      {
      }
       }

Afte this, import the textfile. Now the sections exist and we can work in Navision ;-)

Regards
Do you make it right, it works too!
Sign In or Register to comment.