AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Errores / Errores WLanguage
  • Reason
  • Correction
  • Examples
  • An integer is declared as dynamic integer
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
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Reason
In this code line, the Dynamic keyword is used to define an object that cannot be dynamic.
Reminder: The Dynamic keyword can only be used with the following types:
  • class
  • table
  • structure
  • automation object
Correction
Delete the dynamic keyword.
Examples

An integer is declared as dynamic integer

Code triggering the error
NbOrder is dynamic int
Possible correction
Delete the Dynamic keyword.
NbOrder is int
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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