Why is not possible to save/export some reports?

Atreiu
Member Posts: 51
Hi everybody...
I've tried to search for the answer but I've not been able to find it, till now.
I'm a newbie in Navision and the question is:
my navision installation is "standard"...
I tested the program version 2009 using two reports with the "Cronus" db:
- Sales Invoice (in the Object designer is "206 - Sales Invoice")
- 12120 - VAT register print
When I click the "preview" button for the first report, there is no "saving/exporting button", while when I see the preview of the second report, that button is in his place on the top bar. The second one is specifically for printing? I would like to understand how can I make this button available for every report.
I also ignore how and where the top bar I see in report is managed...
thank you in advance for help (and excuse my lack of good english and good navision ^___^)
I've tried to search for the answer but I've not been able to find it, till now.
I'm a newbie in Navision and the question is:
my navision installation is "standard"...
I tested the program version 2009 using two reports with the "Cronus" db:
- Sales Invoice (in the Object designer is "206 - Sales Invoice")
- 12120 - VAT register print
When I click the "preview" button for the first report, there is no "saving/exporting button", while when I see the preview of the second report, that button is in his place on the top bar. The second one is specifically for printing? I would like to understand how can I make this button available for every report.
I also ignore how and where the top bar I see in report is managed...
thank you in advance for help (and excuse my lack of good english and good navision ^___^)
0
Answers
-
Hi
report works in the same ways as:
You can't print report from classic client too, if you preview it.
This is because sales invoice printed copies are calculated and stored into invoice. You can see field "No. printed" in invoice card. So if you previewed invoice then printed number will not increase and if printed then number increase. This is accounting theory.
Technically somewhere in report code is statement:
IF Curreport.PREVIEW...
And NAV doesn't allow to print/save copy of invoice from preview.GB0 -
Thank you for your answer...
I've found this:IF LogInteraction THEN IF NOT CurrReport.PREVIEW THEN BEGIN IF "Bill-to Contact No." <> '' THEN SegManagement.LogDocument( 4,"No.",0,0,DATABASE::Contact,"Bill-to Contact No.","Salesperson Code", "Campaign No.","Posting Description",'') ELSE SegManagement.LogDocument( 4,"No.",0,0,DATABASE::Customer,"Bill-to Customer No.","Salesperson Code", "Campaign No.","Posting Description",''); END;
How can I change it to make the report print?
Will it be enough?0 -
If the customer is not using interaction, you can comment out the code0
-
Ok, I simply tried to cancel the lines I've posted in the previous post...
But both in the classic client report and in the new layout report doesn't allow me to print.
In particular I would like to have the "floppy icon" in the new layout report... just like the normal report in reporting services (and some navision report...)
thank you in advance!0 -
Please do the following.
//MOD01 Start { IF LogInteraction THEN IF NOT CurrReport.PREVIEW THEN BEGIN IF "Bill-to Contact No." <> '' THEN SegManagement.LogDocument( 4,"No.",0,0,DATABASE::Contact,"Bill-to Contact No.","Salesperson Code", "Campaign No.","Posting Description",'') ELSE SegManagement.LogDocument( 4,"No.",0,0,DATABASE::Customer,"Bill-to Customer No.","Salesperson Code", "Campaign No.","Posting Description",''); END; } //MOD01 End
0 -
IT WORKS!!
Thank you very much
=D>0 -
you are welcome.0
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