SetAltCurrencyMode method
 SetAltCurrencyMode(Set)
SetAltCurrencyMode
The SetAltCurrencyMode method toggles KClient between alternate and base currency mode just the same as if the user had clicked on the currency button in the form caption.
See Alternative Currency support
// REM Set alternate currency mode Forms.SetAltCurrencyMode(TRUE) // REM Set base currency mode Forms.SetAltCurrencyMode(FALSE)