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
  • Limits
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
Remarks:
  • The currency value entered in a "Currency + Euro" Edit control (or table column) is entered in the currency defined by the DisplayCurrency property.
  • If the display currency and the memory currency are not identical, the conversion is automatically performed when saving the associated record.
Ejemplo
WindowsUniversal Windows 10 AppAndroidJava
// Change la devise mémorisée par SAI_Saisie1
SAI_Saisie1.DeviseMémoire = eEUR // Mémorisée en Euro
SAI_Saisie1 = 10 // Euro => affiche "65.60 F"
SAI_Saisie1.DeviseMémoire = eFRF // Mémorisée en Francs
SAI_Saisie1 = 10 // Francs => affiche "10.00 F"
Sintaxis

Finding out the memory currency used Ocultar los detalles

<Currency used> = <Control used>.MemoryCurrency
<Currency used>: Integer constant
Currency currently used as memory currency.
ConstantCountryExchange rate
eEUREuro zone1
eFRFFrance6.55957
eITLItaly1936.27
eBEFBelgium40.3399
eLUFLuxembourg40.3399
eDEMGermany1.95583
eATSAustria13.7603
eESPSpain166.386
eIEPIreland0.787564
eNLGNetherlands2.20371
ePTEPortugal200.482
eGRDGreece340.750
eFIMFinland5.94573
Currencies not taking part in the Euro
eDKKDenmark0
eGBPGreat Britain0
eSEKSweden0
Free10
Free20
Free30
Free4
<Control used>: Control name
Name of the "Currency + Euro" control.

Modifying the memory currency used Ocultar los detalles

<Control used>.MemoryCurrency = <New currency>
<Control used>: Control name
Name of the "Currency + Euro" control.
<New currency>: Integer constant
New currency that will be used for the memory currency.
ConstantCountryExchange rate
eEUREuro zone1
eFRFFrance6.55957
eITLItaly1936.27
eBEFBelgium40.3399
eLUFLuxembourg40.3399
eDEMGermany1.95583
eATSAustria13.7603
eESPSpain166.386
eIEPIreland0.787564
eNLGNetherlands2.20371
ePTEPortugal200.482
eGRDGreece340.750
eFIMFinland5.94573
Currencies not taking part in the Euro
eDKKDenmark0
eGBPGreat Britain0
eSEKSweden0
Free10
Free20
Free30
Free4
Observaciones

Additional currency

You also have the ability to define custom currencies: they allow you to choose an additional currency, created through programming with eInitCurrency. To choose one of these currencies, use the values from 16 to 19:
  • 16: Custom currency #1
  • 17: Custom currency #2
  • 18: Custom currency #3
  • 19: Custom currency #4

Limits

The MemoryCurrency property applies when manipulating the following "Currency + Euro" controls programmantically:
  • WINDEVWEBDEV - Código ServidorReportes y ConsultasUniversal Windows 10 AppAndroidiPhone/iPadMac Catalyst calculated controls and item controls found in the reports.
  • WINDEVUniversal Windows 10 AppAndroid "Currency + Euro" edit controls.
  • WINDEVUniversal Windows 10 App columns found in the "Currency + Euro" Table controls.
  • WEBDEV - Código Servidor "Currency + Euro" edit controls, formatted display controls, columns of Table controls and attributes of Looper controls.
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: 01/03/2024

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