COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => SDK => Topic started by: mrcool on 30 Jun 2006 04:15:25 AM

Title: [Solved]Calling report in application using SDK
Post by: mrcool on 30 Jun 2006 04:15:25 AM
Hi frnds,
Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã, I have an application and frm that application I want to open the report in the same window i.e that report must not open in new window....Can we do this using COGNOS SDK...If so plz let me know how to do that as early as possible...

Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã,  Ã, Thanks in advance...


Mrcool....
Title: Re: Calling report in application using SDK
Post by: aks_hi2002 on 14 Jul 2006 08:33:14 AM
From which application are you trying to open. Always the report gets opened in the same window only, unless you specify to open it in a new window.
For example - in the jsp - the report would open in new window only if you specify target="new" or target="_blank". Else it will be shown in the same window
Title: Re: Calling report in application using SDK
Post by: mrcool on 19 Jul 2006 07:01:33 AM
Thank u...