I need to use the . (dot) for the decimal and the comma for currency. I cannot find a way to set this for my application. I have set the - usedotdecimal - parameter and changed it to 'Yes' for the data type the for the field, but it has not resulted in a visible change. I know this must be a simple setting can someone give me some guidance.
****Update 1:
I tried R. Bianco suggestions. When I check Number Separator(s) under the data window it does not stay checked. I have tried saving it different ways and it stays unchecked when I open the data parameters window. Changes I make in other parameter windows are saved. So is this a bug?
****Update 2:
When I query the data in the table it shows the amount and has the dot for the decimal. It seem the issue is related to the display on the panel/forms.
****Update 3:
I tried adding a mask at the form field level. That did not work. However, when I removed the mask the dot for decimal showed in design mode for the form.When I compile the application and run it, the form continues to show the comma for decimal.