Report.SAVEASHTML
 
            
                
                    teckpoh                
                
                    Member Posts: 271                
            
                        
            
                    Hi All,
When i run "sales invoice report" and filtered by sales inv no: 1300..1301 and add in Report.SAVEASHTML inside OnPreSection
Then 2 report generated which were save all pages included report for sales inv no 1301 and i want navision generate each reports records is belong to respective sales invoice number.
Example:
System save report1.html which only consist records for sales invoice no 1300, and report2.html only consist records for sales invoice no 1301
How to implement above cases? i can't use Report.SAVEASHTML coz it's save all pages that belong to every sales inv no.
                When i run "sales invoice report" and filtered by sales inv no: 1300..1301 and add in Report.SAVEASHTML inside OnPreSection
Then 2 report generated which were save all pages included report for sales inv no 1301 and i want navision generate each reports records is belong to respective sales invoice number.
Example:
System save report1.html which only consist records for sales invoice no 1300, and report2.html only consist records for sales invoice no 1301
How to implement above cases? i can't use Report.SAVEASHTML coz it's save all pages that belong to every sales inv no.
0                
            Comments
- 
            Below is the codes that i insert in OnPreSection there:
 IF preport = TRUE THEN BEGIN
 IF smail = TRUE THEN BEGIN
 REPORT.SAVEASXML(50001,'C:\Sentbox\Invoice '+ "Sales Invoice Header"."No." +'.html',TRUE,"Sales Invoice Header");
 mycust.RESET;
 mycust.SETRANGE(mycust."No.","Sales Invoice Header"."Sell-to Customer No.");
 IF mycust.FIND('-') THEN BEGIN
 MESSAGE(mycust."No.");
 IF mycust."E-Mail" <> '' THEN BEGIN
 mymail.NewMessage(mycust."E-Mail",'','Sales Invoice Report','Regards, teckpoh',
 'C:\Sentbox\Invoice '+"Sales Invoice Header"."No." +'.html',
 FALSE);
 mymail.Send();
 END;
 END;
 END;
 END;0
- 
            Finally, i got the solution that's i have to filter the last parameter at SAVEASHTML.
 Anyway thank you Waldo ...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
- 323 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

