Hi Folks Anybody know how to force the user input into upper case? Alternatively, if can't be done, how to accept the lower case input and redisplay it in the same input edittext box as upper case. While I'm at it, I Dim'd a variable as: Dim lcZGCode as String * 5 thinking this means the input will be restricted to 5 chars. But when I start typing the edittext box seems to be happy to accept as many chars as I can type. So,m in a nut shell, I want to input no more than 5 chars, in upper case. The dialog, btw, is as follows: DIALOG Title "Plot On-Demand/Demand Responsive Service Catchment Zone Group" Control StaticText Title "Zone Group Code:" Control EditText Width 20 into lcZGCode ...
'ppreciate it. Terry
