Well I got the form to work by copying the Options List Java Script code
in change to docReady and adding if(this.rawValue==0). This produces the
result that I need. To clean this up I would like to put this code in a
Script Object so I can use the same code in both change and docReady.
I’m not a programmer so I’m not sure what additional code I have to put
in the Script Object and what code I have to put in change and docReady
to use the Script Object. Any assistance would be greatly appreciate...