ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • Using the Abbreviation 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 701: The property is read-only
Reason
This code line tries to assign a value to a read-only property.
Correction
Modify your code to use this property in read-only rather than in read/write.
Example

Using the Abbreviation property

Code triggering the error
CUSTOMER..Abbreviation = "AB"
Possible correction
Delete the code line.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help