Problom with Report layout

Tatevik
Member Posts: 28
Hello All!!!!!!!!!!!!!!
Can you provide me with any information how to salve this problem
Any assistance will be much appreciated.
The situation is following:
I need to print report which contains header body and footer .
The fields printed in the body section must be separated by vertical lines. Everything is ok. But the footer always needed to be printed on the bottom of the page.
I need the vertical lines to be printed till the footer section, even if there is blank lines. ](*,) ](*,) :-k :bug:
Does anybody know how to manage this
Can you provide me with any information how to salve this problem
Any assistance will be much appreciated.
The situation is following:
I need to print report which contains header body and footer .
The fields printed in the body section must be separated by vertical lines. Everything is ok. But the footer always needed to be printed on the bottom of the page.
I need the vertical lines to be printed till the footer section, even if there is blank lines. ](*,) ](*,) :-k :bug:
Does anybody know how to manage this
0
Comments
-
you will need to predefine the number of lines per page, then add an integer body with your blank lines and repeat the integer body for (NumberOfLinesPerPage - LinesPrinted) times...
It is tricky...0 -
thanks for promt reply I'll try0
-
kapamarou wrote:you will need to predefine the number of lines per page, then add an integer body with your blank lines and repeat the integer body for (NumberOfLinesPerPage - LinesPrinted) times...
It is tricky...
the method you suggest I've tried many times but it doesn't make sence in this particular report.
I have many lines and use transferheader transferfooter...
IN other word.. I don't imagine what can be done. :oops: :?::roll:
0 -
Hi,
you can test this code
BlankLineCounter - OnPreDataItem()
//
LineBlank:=LineMaximum- (LinePrinted MOD LineMaximum) ;
IF LineBlank <= 0 THEN
LineBlank := 1;
BlankLineCounter.SETRANGE(Number,1,LineBlank);
//
LineMaximum: Max number of lines per page0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions