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

Display a message to users when using a Tabbed prompt page.

Started by cognosjon, 08 Mar 2010 09:51:36 AM

Previous topic - Next topic

cognosjon

I've used the Cognos document  "report_studio_workshop_-_tabbed_prompt_report.pdf" to help create a tabbed prompt page.
Switching between the tabs that have been generated can sometimes takes some time before they are displayed to the user.

An example of the code behind each of the buttons is as follows:

<button title="Show Tab 1"
onclick="document.formWarpRequest.elements['p_pTabToShow'].value='
Tab1';SetPromptControl('reprompt')" class="HB">Show Tab 1</button>

Does anyone know or could suggest a way in which I could get a message to display to the user whilst they are waiting for the new tab to open.

For those that may be interested in the Cognos Document I have placed the link below.

Thanks

http://download.boulder.ibm.com/ibmdl/pub/software/dw/dm/cognos/reporting/workshops/report_studio_workshop_-_tabbed_prompt_report.pdf