You have many options to do that. The most common are described below.
1. With CSS
in FORM_CSS (tab CSS,JS source -> Form CSS,JS chose FORM_CSS)
set code like:
.rasdTxBXXMYFIELD.rasdTxTypeN{text-align:right;}
Where BXXMYFIELD is name (UI Field name) of field in table (block). Normally field must be number type.
2. With PL/SQL
Field must be number type and visual settings should be turned on (VS is checked). Then you put next code into one of the triggers on block (most common POST_SELECT trigger).
You have many options to do that. The most common are described below.
1. With CSS
in FORM_CSS (tab CSS,JS source -> Form CSS,JS chose FORM_CSS)
set code like:
Where BXXMYFIELD is name (UI Field name) of field in table (block). Normally field must be number type.
2. With PL/SQL
Field must be number type and visual settings should be turned on (VS is checked). Then you put next code into one of the triggers on block (most common POST_SELECT trigger).
Where BXXMYFIELD is name of field in table (block).
Last edit: Domen Dolar 2021-04-09