ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Examples
  • An integer is declared as dynamic integer
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Error 104: 'Dynamic' only applies to classes and Automation objects
Reason
In this line of code, 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: 09/19/2024

Send a report | Local help