Aug 29, 2005 #1 samson123 Programmer Jun 17, 2005 79 US I am using CR XI. Is there a way to hide the "Business Objects" logo that appears on the toolbar on the upper right corner of a crystal report ? I do not want to hide the toolbar using the enabletoolbar = false Thnx in advance
I am using CR XI. Is there a way to hide the "Business Objects" logo that appears on the toolbar on the upper right corner of a crystal report ? I do not want to hide the toolbar using the enabletoolbar = false Thnx in advance
Aug 29, 2005 Thread starter #2 samson123 Programmer Jun 17, 2005 79 US I got the solution on a different forum...Wanted to share it with everyone here... I had to download a hot fix from BO site. http://support.businessobjects.com/library/kbase/articles/c2017579.asp I downloaded the hot fix / service pack. I added to my code CRviewer.EnableAnimationCtrl = false That fixed it ....It removed the BO logo Upvote 0 Downvote
I got the solution on a different forum...Wanted to share it with everyone here... I had to download a hot fix from BO site. http://support.businessobjects.com/library/kbase/articles/c2017579.asp I downloaded the hot fix / service pack. I added to my code CRviewer.EnableAnimationCtrl = false That fixed it ....It removed the BO logo