I'm using a UltraWinMaskedEdit v8.2.
I've got the inputmask set to '99999999999999'
When click this object in run time (and there is no data in the object), the cursor can appear anywhere in the object (middle, end, etc.).
How do I set this up to where the cursor is always at the beginning of the object when the maskeditbox receives focus when there is no info in it yet, or having the cursor at the end of actual data? (essentially behaving like a text box).
I think if you use n's instead of 9's, it will work how you want it.
This did the trick.
Thanks.