Hi everybody,
Information to share...
Using formcalc to perform uppercase using the "upper function"
In the script editor window (crtl+shift+f5) an in the exit event write in :
this.rawValue = upper(FieldName)
or
FieldName = upper(FieldName)
works fine too...
where FieldName is the name you gived to your field in the form.
Regard Mike.