Kbase P113832: How to change the display of the USA dollar currency symbol to the UK pound currency symbol in a 4GL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/02/2006 |
|
Status: Unverified
GOAL:
How to change the display of the USA dollar currency symbol to the UK pound currency symbol in a 4GL application?
GOAL:
How to change the display of the USA dollar currency symbol to the Euro currency symbol in a 4GL application?
GOAL:
How to replace the display of one currency symbol with another in a 4GL application?
FIX:
The display of a currency symbol in a 4GL application is dictated by format definitions in the application's source code or data format definitions in the data dictionary or both.
If the display of the dollar currency symbol is due to format definitions in the application's 4GL code, then edit the source code and replace the dollar symbol with the pound symbol in all such format definitions.
If the display of the dollar currency symbol is due to data format definitions in the data dictionary, then dump the database and replace the dollar symbol with the pound symbol in the .df and reload the new .df and the data into a new database.
If the display of the dollar currency symbol is due to both format definitions in the application's source code and data format definitions in the data dictionary, then edit the source code and replace the dollar symbol with the pound symbol in all such format definitions AND dump the database and replace the dollar symbol with the pound symbol in the .df and reload the new .df and the data into a new database.