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

[Solved] Another Prompt Requirement

Started by BIsrik, 14 Sep 2005 01:13:19 AM

Previous topic - Next topic

BIsrik

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

Draoued

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]

BIsrik