If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

how to remove the corresponding toolbar

Started by folio, 24 Jul 2009 03:15:19 AM

Previous topic - Next topic

folio

Hi, all.

In the " index.jsp" ,there is:
String httpurl = CM_URL + "?b_action=xts.run&m=portal/launch.xts&ui.tool=
CognosViewer&ui.action=run&ui.object="
   + java.net.URLEncoder.encode(indexReport,"UTF-8")
   + "&m_passportID=" + passport ;


and IE displays:


if change " index.jsp" to this:
String httpurl = CM_URL + "?b_action=xts.run&m=portal/launch.xts&ui.tool=
CognosViewer&ui.action=run&cv.header=false&ui.toolbar=false&ui.header
=false
&ui.object="
   + java.net.URLEncoder.encode(indexReport,"UTF-8")
   + "&m_passportID=" + passport ;

and IE displays:


Question:
How to make green box in Figure 2 does not show?
How to set up?

Thx a lot!!

folio

I got.

set
&cv.header=false
&cv.toolbar=false


for cognos 8.3;

&ui.header=false
&ui.toolbar=false


for cognos 8.2 and fore.