12
Views
1
Comments
Inputfield OnBlur change written text to caps
Hi all,

I have a question. I have a simple record form and I want to add the following functionality: When I leave a certain input field I want that the text in that input field is changed to caps. It worked when I used onChange and a screen action, but is this possible through JavaScript in the extended properties? Somebody has an idea for this?

Tnx!
2012-03-16 12-21-09
João Rosado
Staff
Hi Martijn,

In your input Extended Properties add one called onblur and in the value put "this.value=this.value.toUpperCase();"

That should do the trick.

Regards,
João Rosado
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.