Designer Live Cycle 8 is set to be compatible with Reader 7.
A form is created with one of a text fields set to show a 7-digit character. The scheme is set to be 999999.
Problem is when the end user, using Reader 7.09, enters the data, it shows as 1,234,5.
Even though the format of the field is set as 99999, it still shows with the commas. Any ideas, please?
Then, make sure that the *Display* pattern property (found in the Object palette's Field tab) is set to "9999999" for a 7 digit number. This will ensure that the value is displayed without a thousands separator (the commas).
The Display pattern specifies how the field's value will be presented (displayed) while the Data pattern ("Object palette > Binding tab") specifies how the field's value will be read from and written to the form's data store.
Stefan Cameron obtained his bachelor's degree with Honors in Computer Science at the University of Ottawa and is a Computer Scientist working on Adobe's LiveCycle server products, in particular on LiveCycle Designer ES for the past 5 years.