COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: BIsrik on 14 Sep 2005 01:13:19 AM

Title: [Solved] Another Prompt Requirement
Post by: BIsrik on 14 Sep 2005 01:13:19 AM
Hi,

I have another requirement in prompt..

For eg..i take a text box prompt to enter the product ID.Ã,  The reqd is when i take the cursor near the prompt box or the edit box i should get a description of what to enter like the product ID examples. when i take the cursor out the description should also go. Its like a screen tip.

How should i do this...

Srik
Title: Re: Another Prompt Requirement
Post by: Draoued on 14 Sep 2005 04:17:13 AM
You can use HTML to create a mouseover description.

For example, drag from the toolbox, the HTML Item on the left side of your prompt box.

Double click the HTML Item, and type in :
<a title='This is the description of the Prompt control '>

Drag another HTML Item on the right side of your prompt box
and key in :
</a>
The second HTML Item is needed because you always have to close the HTML tags.

For all your users to be able to have it working, remember to grant them access to HTML execution. [url http://cognoise.com/community/index.php?topic=159.0]see[/url]
Title: Re: Another Prompt Requirement
Post by: BIsrik on 14 Sep 2005 05:08:23 AM
thanks a lot

Srik
Title: Re: Another Prompt Requirement
Post by: BIsrik on 23 Sep 2005 06:40:27 AM
solved