Browse By Tags
Home
»
All Tags
»
customization
»
ASP
»
Any DB
7.1
7.1h
7.2
7.2b
article
Code Snippet
com api
CRM Standalone Install
English
Excel
Howto
Javascript
JQuery
Mail Merge
onload
scrollbars
Wiki Page:
536-17173 - Missing vertical scrollbar in custom ASP page
Support team
Summary: On a custom ASP page that contained an iframe there were issues with the scrollbars on the iframe because of the javascript in the asp page was attached to the window.onload event. Cause: For example if you bind to the onLoad event using javascript: window.onload = function() { doLoad(); } It...
on
11 Apr 2014
Wiki Page:
492-16667 - How to: Creating a custom merge to Excel
Support team
Summary: A customer had a requirement to merge data from Sage CRM to Excel. Currently, Sage CRM only supports mail merges to Word - they were wondering if this is possible with a custom ASP page. How to: There are a number of ways of generating XLS files from a classic ASP page. Here's a couple of...
on
29 Apr 2014