AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Additional currency
  • Miscellaneous
  • Limitations
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
Remarks:
  • The displayed currency can differ from the currency returned to the program or saved in the corresponding HFSQL data file. The currency used to save the value is defined by the MemoryCurrency property.
  • If the displayed currency differs from the stored currency, the conversion is automatically performed during the backup.
Ejemplo
WindowsAndroidJava
// Modify the display currency in the EDT_Edit1 control
EDT_Edit1.DisplayCurrency = eITL    // Italian Lira
Sintaxis

Finding out the display currency used Ocultar los detalles

<Currency used> = <Control used>.DisplayCurrency
<Currency used>: Integer constant
Currency currently used as display currency.
ConstantCountryExchange rate
eEUR
Euro zone
1
eFRF
France
6,55957
eITL
Italy
1936,27
eBEF
Belgium
40,3399
eLUF
Luxembourg
40,3399
eDEM
Germany
1,95583
eATS
Austria
13,7603
eESP
Spain
166,386
eIEP
Ireland
0,787564
eNLG
Netherlands
2,20371
ePTE
Portugal
200,482
eGRD
Greece
340,750
eFIM
Finland
5,94573
Currencies not taking part in the Euro
eDKK
Denmark
0
eGBP
Great Britain
0
eSEK
Sweden
0
Free1
0
Free2
0
Free3
0
Free4
<Control used>: Control name
Name of the "Currency + Euro" control.

Modifying the display currency used Ocultar los detalles

<Control used>.DisplayCurrency = <New currency>
<Control used>: Control name
Name of the "Currency + Euro" control.
<New currency>: Integer constant
New currency that will be used as display currency.
ConstantCountryExchange rate
eEUR
Euro zone
1
eFRF
France
6,55957
eITL
Italy
1936,27
eBEF
Belgium
40,3399
eLUF
Luxembourg
40,3399
eDEM
Germany
1,95583
eATS
Austria
13,7603
eESP
Spain
166,386
eIEP
Ireland
0,787564
eNLG
Netherlands
2,20371
ePTE
Portugal
200,482
eGRD
Greece
340,750
eFIM
Finland
5,94573
Currencies not taking part in the Euro
eDKK
Denmark
0
eGBP
Great Britain
0
eSEK
Sweden
0
Free1
0
Free2
0
Free3
0
Free4
Observaciones

Additional currency

User currencies can be defined: they allow you to choose an additional currency, created by programming the eInitCurrency function.. To choose one of these currencies, use the values from 16 to 19:
  • 16: Custom currency number 1
  • 17: Personalized currency number 2
  • 18: Personalized currency number 3
  • 19: Personalized currency number 4

Miscellaneous

When modifying the display currency of a control, the value found in the control is automatically converted.

Limitations

The DisplayCurrency property is applied:
  • WINDEVWEBDEV - Código ServidorReportes y ConsultasAndroidiPhone/iPadMac Catalyst to display a value in a "Currency + Euro" calculated control (in a report).
  • WINDEVAndroid to display and enter a value in a "Currency + Euro" Edit control (in a window).
  • WINDEV to display and enter a value in a column of a "Currency + Euro" Table control (in a window).
  • WEBDEV - Código Servidor to display and/or enter values in "Currency + Euro" controls (Edit control, Formatted Display control, Table control column, attribute of a Looper control).
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local