Brand new to Acrobat forms. I have a basic invoice templete and need to convert text entered to all upper case. The form was created in Live Cycle. Does anyone have a sample form with code that does this.
Thank You
Brand new to Acrobat forms. I have a basic invoice templete and need to convert text entered to all upper case. The form was created in Live Cycle. Does anyone have a sample form with code that does this.
Thank You
$.rawValue = $.rawValue.toUpperCase();
$ = Upper($)
George Kaiser