B
Bill Sturdevant
I use the following code to successfully adjust the column
widths of a combo box in my App.
This works in the US:
Me.ComboBox.ColumnWidths = "0 in;2 in;0 in;0 in"
OR
Me.ComboBox.ColumnWidths = "0 cm;3.81 cm;0 cm;0 cm"
BUT this does not work:
Me.ComboBox.ColumnWidths = "0;2;0;0"
When I run the code in Germany, none of the above works!
This app has to be global!
What unit of measurement can I use to ensure the code
works anywhere in the world?
widths of a combo box in my App.
This works in the US:
Me.ComboBox.ColumnWidths = "0 in;2 in;0 in;0 in"
OR
Me.ComboBox.ColumnWidths = "0 cm;3.81 cm;0 cm;0 cm"
BUT this does not work:
Me.ComboBox.ColumnWidths = "0;2;0;0"
When I run the code in Germany, none of the above works!
This app has to be global!
What unit of measurement can I use to ensure the code
works anywhere in the world?