Hi
I'm creating a PDF in LiveCycle, which has a decimal field with the display pattern 'num{zzz,zzz,zz9.99}'. The idea is for users to enter a numerical value with a maximum of two decimal points (i.e. 1,234.01)
Now I'm testing this form out to see whether it'll handle any incorrect user entries - especially the scenario where a user enters some string (letters) in this field by error. When I'm testing this scenario on Acrobat Pro, any text entries will be cleared out as soon the user tabs out of the field (which is exactly what I want it to do as it only should accept numerical values).
However when testing this out in Adobe Reader (with Reader Extendability switched on), any text entries are replaced with a "0.00" when the user tabs out of the field. Unfortunately this is not what I want . Replacing an incorrect entry with a 0.00 is actually a misrepresentation, because 0.00 is a valid entry that the users should be allowed to enter if they want to (hope that last sentence made sense ).
Does anyone have any ideas how this can be sorted? I'm thinking this is something to do with the "Allow Empty" or the "Allow Zero" settings on the display pattern window. But i haven't got a clue on where to start because I've never used those settings before. Any help anyone can provide me will be greatly appreciated. Thanks.