Hi all,
I have a text box which I want my users to be able to enter information into. They do so by clicking a button next to the text box which opens a new screen, and selecting what they want from there. They click 'ok' on the new screen and the text box is filled with their selection - simple. The problem is that I only want them to enter text in this manner, i.e. they can't enter text directly into the text box. To do this I've set the locked property of the text box to true. This stops users being able to type into the text box but if they click on it a blinking cursor appears in the box giving the impression that u can type into it. I want to get rid of this blinking cursor. If I set the enable property of the text box to false the cursor goes and the user can't type into the text box but when they do put in information via the other screen the text appears greyed out. I don't want this either. Can anyone help with this?
Thanks
Erin
I have a text box which I want my users to be able to enter information into. They do so by clicking a button next to the text box which opens a new screen, and selecting what they want from there. They click 'ok' on the new screen and the text box is filled with their selection - simple. The problem is that I only want them to enter text in this manner, i.e. they can't enter text directly into the text box. To do this I've set the locked property of the text box to true. This stops users being able to type into the text box but if they click on it a blinking cursor appears in the box giving the impression that u can type into it. I want to get rid of this blinking cursor. If I set the enable property of the text box to false the cursor goes and the user can't type into the text box but when they do put in information via the other screen the text appears greyed out. I don't want this either. Can anyone help with this?
Thanks
Erin