Start RTC Report as PREVIEW instead of request page
Amilia
Member Posts: 3
How can I start from a Page an Report dierect as PREVIEW
Now the User can Press print and then sellect PREVIEW
Can I Programm this that the Button starts a PREVIEW Direct (Without a request page)
I cannot set this property by Code, just SaveAsPDf,WOrd,Html,Excel are avvailable
Is there another way?
reason. A Customer wants 1 Button for direct preview of the Invoice before posting and printing, the second Button then directs sends the Invoice to the Customer
Someone any idea?
regards,
Amilia
Now the User can Press print and then sellect PREVIEW
Can I Programm this that the Button starts a PREVIEW Direct (Without a request page)
I cannot set this property by Code, just SaveAsPDf,WOrd,Html,Excel are avvailable
Is there another way?
reason. A Customer wants 1 Button for direct preview of the Invoice before posting and printing, the second Button then directs sends the Invoice to the Customer
Someone any idea?
regards,
Amilia
0
Comments
-
I once created this feature for a customer using sendkeys.
You cannot show an invoice before posting because the invoice is based on the posted sales invoice. Before posting you could show the Sales Document - Test (202) report.
Customers usually want this because they do not (yet) trust the system. Is this also the case for your customer?
Once they know how it works, they won't need the preview anymore.
Why does your customer want it?
Tino Ruijs
Microsoft Dynamics NAV specialist0 -
tinoruijs wrote:I once created this feature for a customer using sendkeys.
You cannot show an invoice before posting because the invoice is based on the posted sales invoice. Before posting you could show the Sales Document - Test (202) report.
Customers usually want this because they do not (yet) trust the system. Is this also the case for your customer?
Once they know how it works, they won't need the preview anymore.
Why does your customer want it?
Hi,
They want to direct see the preview without using -> print, then click on the preview button
I see that in 2013R2 there is no direct way to start a Report in preview mode or?
I changed the property to print Layout so what you see is what you get (More or les
)
If I use an Automation with Shell
Report.RUN;
CREATE(WshShell);
WshShell.SendKeys('%{v}');
CLEAR(WshShell);
Where Report should be the reportName
Then this can only be implented on Client site.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
