| Bill |
|
|
Reply with quote | #1 | Hi,
I have a dashboard posted in Infoview on the bottom of the screen is a "Discussions" panel. How do keep this from appearing?
Thanks,
Bill |
| |
| Alan |
|
|
Reply with quote | #2 | Here is some code to remove discussions from the Java Infoview version
Remove Discussions bar
bobje\tomcat\webapps\businessobjects\enterprise115\desktoplaunch\InfoView\main\data.jsp
Change height of discussions frame to 0
document.write('<frameset id="dataFrameSet" rows="*,'+ (isNetscape70() ? 188 : 0) +'" framespacing="2" frameborder="1" border="2" bordercolor="#F6F6FB">');
Not sure on .NET version as this would require possible recompile of the code. |
| |