In my numeric fields - all of which are set to "calculated, user can override" - it prompts the user "are you sure you want to modify this field?" whenver they try and enter numbers into the table.
I'd like to remove this warning prompt altogether. The XML source currently reads: . There is nothing in my Override Message: in my Value tab.
Where/how to change this to remove this annoying prompt box?
Another option is to provide the user with a check box for turning calculations on and off, so they have to deliberatly choose to override the calculation. You force the calculation off by setting "override" to "disabled".
For example:
SubForm.calcField.override = "disabled";
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script