EnableAltCurrencyMode method
 EnableAltCurrencyMode(Enable)
EnableAltCurrencyMode
The EnableAltCurrencyMode method enables alternative currency mode just the same as if the user had set the option in KClient's preferences.
See Alternative Currency support
// REM Enable alternative currency mode Forms.EnableAltCurrencyMode(TRUE) // REM Disable alternative currency mode Forms.EnableAltCurrencyMode(FALSE)