ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using the VALUE property
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 703: The property does not exist
Reason
The property used does not exist in WLanguage. This error is probably caused by a typo.
Correction
Check the name of the property and modify your code consequently.
Example

Using the VALUE property

Code triggering the error
BTN_Button1..Valu
Possible correction
The name of the property is Value.
BTN_Button1..Value
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help