Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Refresh from ActiveX viewer in Web page

Status
Not open for further replies.

jkercheval

Programmer
Jan 9, 2003
8
US
I would like to display a report on the internet to customers. I can do this easily. However, can anyone tell me how I can disable the refresh button on the activeX viewer? Any snippets of sample code would be helpful since I am not a web guru.

Thanks!
 
Are you using eportfolio?

The CMC will allow you to reset users/groups rights to enable/disable Refresh report's data property.

Otherwise explain your environment.

-k
 
We do not use e-portfolio. We are directly opening the report in an asp page by using the ActX viewer.
 
when you look at the asp page, you should see a list of settings in the object tags. one of them should be
<PARAM NAME=&quot;EnableRefreshButton&quot; VALUE=1>
change this to = 0

you will need to see the source code for this as you can't do this from the client.
look at the report using the ActiveX viewer then choose view source.


Rat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top