09-23-2019, 04:18 PM
Hi Jose,
Thanks. I have tried something like that before, but not the way you specify it, and also, not been observing the case sensitive function names.
It is working quite nicely, and in fact it works just with:
this.value = this.value.toUpperCase()
No return true, and no ; at the end of the this.value line.
And it look nice too. You just very shortly see the lowercase char in the field being replaced by the capital char. Very nice.
Again thanks for the quick reply.
Regards
Soren
Thanks. I have tried something like that before, but not the way you specify it, and also, not been observing the case sensitive function names.
It is working quite nicely, and in fact it works just with:
this.value = this.value.toUpperCase()
No return true, and no ; at the end of the this.value line.
And it look nice too. You just very shortly see the lowercase char in the field being replaced by the capital char. Very nice.
Again thanks for the quick reply.
Regards
Soren

