how to print twice in report?

bangswit
Member Posts: 265
hi everyone...
anybody know how to print twice?
for example i have report Sales order
and i want if print... it would be printed twice
1st with the header Sales Order... and The other one is SO
anything besides that is the same
thanks
anybody know how to print twice?
for example i have report Sales order
and i want if print... it would be printed twice
1st with the header Sales Order... and The other one is SO
anything besides that is the same
thanks
0
Comments
-
but i only need two
with different header....
in order confirmation is the same header , right?0 -
Andwian wrote:I believe this is SIMILAR with Order Confirmation report
-
1. You can make the No. of Copies initiated and fixed by 1
2. Create the report title as the variable, instead of the label.
3. Print the variable as the value you want, when it is not the first page.
Regards,
Andwian0 -
I already take a look at the Order Confirmation report
but i haven't find the command for do the print
CopyLoop - OnPreDataItem()
NoOfLoops := ABS(NoOfCopies) + 1;
CopyText := '';
SETRANGE(Number,1,NoOfLoops);
I change
CopyLoop - OnPreDataItem()
CopyText := '';
SETRANGE(Number,1,2);
********************************
CopyLoop - OnAfterGetRecord()
IF Number > 1 THEN
CopyText := Text003;
CurrReport.PAGENO := 1;
I Change
CopyLoop - OnAfterGetRecord()
IF Number > 1 THEN
CopyText := 'Copy';
CurrReport.PAGENO := 1;0 -
-
Or better yet use the functionality in place to help you do it.
If i read correctly you require 2 reports ?
Administration > Application setup > Sales & Marketing > Report selections
Select Sales order etc Then enter the 2 reports numbers as sequence 1 and 2 and when ever you print of that document type
you will have the two reports print out. ](*,)0 -
jannestig wrote:Or better yet use the functionality in place to help you do it.
If i read correctly you require 2 reports ?
Administration > Application setup > Sales & Marketing > Report selections
Select Sales order etc Then enter the 2 reports numbers as sequence 1 and 2 and when ever you print of that document type
you will have the two reports print out. ](*,)
if sequance 1 --> report 50001
and sequance 2 --> report 50001
it doesn't work0 -
Thats why i said if you need 2 reports, not 2 copies of the same report
If you really wanted to use this method export the report reimport that copy with a new number EG 50001
Set the the duplicate report as sequence 2 and then you will have 2 reports printed.
Otherwise you will have to add the number of copies functionality to the report0 -
jannestig wrote:Thats why i said if you need 2 reports, not 2 copies of the same report
If you really wanted to use this method export the report reimport that copy with a new number EG 50001
Set the the duplicate report as sequence 2 and then you will have 2 reports printed.
Otherwise you will have to add the number of copies functionality to the report
that's all right
i already find the solution using integer
thanks anyway0
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