ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
SaaSAdminConfigureCurrency (Function)
In french: SaaSAdminConfigureDevise
Configures the currency used in the connection reports of the SaaS system.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
Example
// Switch to Pounds
SaaSAdminConfigureCurrency("£")
Syntax
<Result> = SaaSAdminConfigureCurrency(<Currency>)
<Result>: Boolean
  • True if the configuration was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Currency>: Character string
Character symbolizing the currency that must be used in the connection reports of the SaaS system.
Component: wd290com.dll
See also
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help