Bon soir Ludovic,

Hello,

I want the user type in upper case.
I've made a script with the keyup handler to convert lower letter in
upper letter, but the conversion is visible.

How make the conversion in the keydown handler ?

Put this into the field script:

on keydown leKey
  put toupper(leKey) after me
end keydown

Tested and works :-)

thanks

A votre service, monsieur!

Ludovic

Ciao ragazzo

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to