Home

  
 
 

Search Knowledge Base


Knowledge Base Web View
Total Records: 103
ID Title Type Of Article
195 
3CX Adding BLF Settings across multiple extensions in the Management Console Support
660 
3CX Client How to setup Auto Status Change on Workstation Idle How To
993 
5 things customers want from their salesperson Sales and Marketing
517 
500 colours by colour name, Hex value, RGB value and Microsoft Access code number Support
583 
Aaneel Infotech VDI Programmers Project – How to use local USA resources and leverage oversees talent Case Study
487 
Access Denied on Scorpion Interactive Web Portal Support
577 
Access Health Care Physicians, LLC Internet Security and Performance Optimization Case Study
109 
Active Directory Domain Naming Considerations Support
404 
Adding Media Players to Engage PHD Cloud Manager Support
488 
Adding Messages with URL to Support Portal Message Center How To
4 
Adobe Acrobat Slow on Remote Desktop Server Support
403 
Android Player Setup for Ping HD Signage Program Engage PHD Support
259 
Bay Dermatology Data-Center and Citrix Migration to 2X RAS on Data-Tech Cloud Services Case Study
675 
Browser Emulation Settings in the Registry allows IE version for specific applications How To
1312 
Case Studies and Success Stories Sales Collateral
728 
Cell Phone Policy for Conference Rooms and Meetings Company Policy
1155 
Change your Microsoft 365 for business password to keep your account secure How To
20 
Check Acronis Imaging on Starship 03, Getting Repeat Failure Notices via Email Support
1171 
Check Junk Folder and Quarantine Email on Office 365 to find missing emails How To
578 
Columbia Restaurant Group Migration Premise to the Cloud Case Study
312 
Conference Call Setup with 3CX Windows Client How To
95 
Connect a USB Camera to Thin Client Support
599 
Consumption Marketing a function Consumption Economics: The New Rules of Marketing Case Study
99 
Converting ASYNCC to ASYNCD Cards in an OLT Support
1031 
Create and Edit Disclaimer Footers for Engage Reports and Forms How To
Add New  Records per page  1 of 5   
Engage Knowledge Base Web View         How To          Print
Title Engage Online Portal Export Reports to Excel      
Resolution
Export to Excel
Description
This example demonstrates how to implement data export to Microsoftr Excelr.
A single Web page is used with a grid that outputs the same data in both Web and Excel modes. An event code is used to determine if Excel mode was specified via a URL parameter, and to set the appropriate content type. The code is also used to force up to 10,000 data records to be output in Excel mode.
Usage
Click on the "Export to Excel" link.
Steps to Recreate
    1. Use the Grid Builder to create the employees grid that is based on the employees table from Intranet database.
        • On Step 4 select No Sorting.
        • On Step 5 select (No Theme).
    1. Add the ToExcelLink Link control above the Grid and set its Default Value property to "Export to Excel", set the Preserve Parameters property to None and the Href Source property to the current page. Then add the Link Parameter with the following values: Data Source Type = Expression, Parameter Source = 1 and Parameter name = export.
    2. Add the appropriate programming code to the Before OnInitializeView Page event and Before Select Grid event., as provided with the example.
    3. Make cosmetic changes as needed by modifying the text and captions within the HTML.
Database Tables Used
Database: IntranetDB
Tables: employees
Events Used
The page's OnInitializeView event is used to specify the file name and required "ContentType" and "Content-Disposition" header.
The grid's Before Select is used to hide the navigator (except in .NET) and display all records in the Excel mode.
The grid's Before Show event is used to hide the navigator in .NET.
Vendor *
Web Link
Date Entered 7/27/2019
You Tube Link
Type Of Article How To
Article ID 649


  Copyright    Lietz Development, Inc. 1996. All Rights Reserved.