Links may not function; however, this content may be relevant to outdated versions of the product.
Troubleshooting: Integer value displayed as text value in properties (upgrade regression)
After upgrading from PRPC 6.1 SP2 to PRPC 6.3 SP1, you observe that property values specified as Integer display as Text values in all environments running PRPC 6.3 SP1. After reviewing the example scenario, follow the suggested approach to work around this regression issue.
Scenario
This example illustrates the problem.
- Create a section that contains two Integer fields.
- Specify one field with Edit OptionRead Only.
- Specify the other field with Edit Option Auto.
- Create a flow to run.
- Notice that the Integer - Read only field displays one comma in the integer, while the Integer -Auto field displays no comma. This is the root of the regression problem.
Explanation
The pxInteger control contains a column for read-only formatting that includes the option for the Thousands Separator, which is the comma.
By default, this option is set to Yes. If you change this option to No, no comma displays as the Thousands Separator.
Suggested approach
To work around this problem, complete these steps:
- Open the pxInteger control for editing.
- In the Format section, the Separators field, click No to remove commas as the Thousands Separator for Integer values.
.