ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • 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
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help