Kbase P75008: How to Right-Align Integer or Decimal values in a Fill-In Widget?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/10/2005 |
|
Status: Verified
GOAL:
How to Right-Align Integer or Decimal values in a Fill-In Widget?
GOAL:
Is it possible to right align the value of a Decimal FILL-IN?
FIX:
This solution only works for fixed fonts.
To accomplish Right alignment of an integer or decimal value in a fill widget, you must use "z" instead of ">" as the format character.
For example, the format "->,>>9.99" would need to be changed to "-z,zz9.99".