On 1/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Does anyone know if there is a way to change the type in a field to capital
> letters and keep it that way as a property whenever one types into the field?
> I know that the "Text Formatting" option of a text field has a "Change Case"
> option to change the text into capital letters during development.   However,
> can one permanently set this as a field's property so that whenever one types
> in the field it will type as capital letters?   Thanks.
> Steve Goldberg

Put this into the script of the field:

on keyUp
   put toUpper(me) into me
   pass keyUp
end keyUp

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to