To force an entry to uppercase:
1. Create global variable:
js:uppercase STRING('javascript:this.value=this.value.toUpperCase();')
2. In the entry field properties, client tab put that variable (no quotes) in the javascript hand-code entry filed (the onchange group).
The field will be made upper case when the user tabs off it.
Chris Laurie