Kbase P22940: How to display the Euro, Pound and Yen currency symbols on the screen using 4GL?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/14/2006 |
|
Status: Unverified
GOAL:
How to display the Euro, Pound and Yen currency symbols on the screen using 4GL?
FACT(s) (Environment):
Windows
FIX:
MESSAGE "Dollar Symbol:" "~t" CHR(36) "~n" "Pound Symbol:" "~t" CHR(163) "~n" "Yen Symbol:" "~t" CHR(165) "~n" "Euro Symbol:" "~t" CHR(128) VIEW-AS ALERT-BOX INFO BUTTONS OK.