Kbase 18394: How To Specify A Currency Other Than $ In Apptivity
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/04/2006 |
|
Status: Unverified
GOAL:
How to change the symbol for currency in Apptivity
FIX:
In order to use currency symbols other than Apptivity's default "$" you need to use the Currency methods that are provided for the different controls. For example to specify a "ú" sign (to represent the English pound) for a text field you would use the setCurrencySymbol() method as follows:
tfPrice.setCurrencySymbol("ú",true);
There currently is no way to do this through the Apptivity IDE.