Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Use a function that takes the object...

In every field's onBlur event, call a JavaScript function (that You place in the JSHead) that accepts the object:

onBlur="transformValue(this);"

function transformValue(obj) {
obj.value = obj.value.toUpperCase();
//Do anything else You want to do with the field value...
}

hth


Feedback response number WEBB8EYPJY created by ~Vanessa Preponelyynds on 03/15/2011

Forcing upper case in a field on th... (~Olga Bubkrovit... 15.Mar.11)
. . OnBlur... (~Vanessa Prepon... 15.Mar.11)
. . . . OnBlur... (~Olga Bubkrovit... 15.Mar.11)
. . . . . . OnBlur... (~Olga Bubkrovit... 15.Mar.11)
. . . . . . . . Use a function that takes the objec... (~Vanessa Prepon... 15.Mar.11)
. . . . . . . . . . Onblur... (~Olga Bubkrovit... 16.Mar.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS