I have an Ultramaskededit control in read-only mode. If I click into it it will not release the cursor to click around or select another item in the current form. I can click on another form and it works (for some reason) but in the current form it is locked in the editor? Any suggestions?
Robert
Hi Robert,
It sounds like whatever text is in the control is not valid for the mask. Although I don't see how that could possibly be if the field is readonly.
Can you duplicate this behavior in a small sample project so we can check it out?
Here is the project:
Very simple - Button sets zip code to "77040" the mask should be #####-####
Once you click into it try closing the form ... nothing.
The ZIP codes I have are random either 5 digits or the full nine, this is just to make it nicer to display for the user. There should be no input to this but I don't want to have a disable field because it the user wants to copy / paste they won't be able to.
VS2008 - NetAdvatage 9.2 Win CLR2x