How to Globaly Set Record Id's to Format without Commas

Hi Folks

For some reason all of the table ID’s are formatted with a comma separated 000’s. I guess because Servoy sees them in a text field context on a form.

I can use a format on forms but is there a way to globally set all integer columns to ####### instead, and just manually set the format for commas as necessary?

Appreciate feedback.

Hi Ian

I also would like to be able to do that.

Regards,

setting the property “locale.integerformat” at the server will push that to the client.
(but it will not overwrite if that property was already set in the client that one always goes before the server default value)

jcompagner:
setting the property “locale.integerformat” at the server will push that to the client.
(but it will not overwrite if that property was already set in the client that one always goes before the server default value)

Great thanks Johan.