Align numeric fieds in browse

I’d like algin all numeric field in each browse to right . I know then I may set this attribute at field, but I must do it for each column. Is there any way to redefine browse set in this point ?

Hi,
you may use one of the following ways to align the text in the table column.

  1. Open the screen designer in Studio, select the table, click the Edit button in the column property. In the newly opened window select the column you want to align and select the property from the drop-down list in the align list. Save the changes
  2. Add the align="RIGHT" property to the column in the xml descriptor of the screen

I know, but I want to set this property global for each numeric fields.