| Sender |
Ramesh Sahu
|
| Recipient(s) |
Spha
|
| Date |
10 Sep 2009
|
Re: Re: Re: Re: Re: Unable to load client print control error on repor
|
You need to write this in your instalation package.
Call below javascript on page load
function DetectActiveX()
{
try
{ //The parameter of the method ActiveXObject is the name(ProgID) of the RSClientPrint control. var comActiveX = new ActiveXObject('RSClientPrint.RSClientPrint.2005'); } catch(e) { return false; } return true; }
>>> On 10 Sep 2009, Spha wrote:
thanks,Tell me is'nt there any other way I can do this maybe install the activex control on the server so that anyone who access that application won't have any problem,because most people who are using this application don't know much about IT that is why when they get that message,they don't know what to do and I don't blame them.It makes the system not user friendly
|