Converting Ampersand to "and"

D

Dean

I need to be able to convert the ampersand "&" symbol to the word "and" when
it is retrieved from a secondary data source or entered by users into a text
field. How can I do this?
TIA
Dean
 
G

Greg Collins [InfoPath MVP]

You will have to write code to do this. OnLoad event handler is the right place for the 2DS (secondary data source) and an OnAfterChange event handler bound to the root node would allow you to handle all user-entered text.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top