ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • The PriceIOT item does not exist in Order file
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 403: The item does not belong to the file
Reason
You are handling an item of a data file by using a syntax such as:
<FileName>.<ItemName>.
The specified item does not exist in the specified data file.
Correction
Check the spelling of the item.
Check whether the item exists. Create the item if necessary.
Example

The PriceIOT item does not exist in Order file

Code triggering the error
Orders.PriceIOT = PriceBT*VAT
Possible correction
Create the item in the data file or use another item of the data file.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help