Hello,
I have a field called Rate that needs to have 2 decimal places if another field called Grade starts with a G, and if it doesn't start with a G then Rate needs to be 4 decimal places. I am almost sure that it needs code inserted in the custom format script section, but am not sure how to code it. I am using Acrobat 5. Does anyone have any suggestions on what I need to do to accomplish this?
Thanks in advance,
Shawn
Another option would be to use the 'setAction' method to set the format
sepStyle = separator style 0 = 1,234.56 / 1 = 1234.56 / 2 = 1.234,56 / 3 = 1234,56 /
negStyle = 0 = black minus / 1 = red minus / 2 = parens black / 3 = parens red /
currStyle = reserved
strCurrency = string of currency to display
bCurrencyPrepend true = pre pend / false = post pend
George Kaiser