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
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]
thanks a lot
Srik
solved