ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Errors / WLanguage errors
  • Reason
  • Correction
  • Example
  • The EDT_EditPrice control does not exist in the "WIN_Order" window
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 305: The element does not exist in the window
Reason
You are handling an element found in your window by using a syntax such as:

<WindowName>.<ElementName>
This element does not exist in the specified window: it is neither a control, nor a global variable, nor a procedure defined in the window.
Correction
Check the spelling of the element used. Create the control, the variable or the procedure if necessary.
Example

The EDT_EditPrice control does not exist in the "WIN_Order" window

Code triggering the error
WIN_Order_EditPrice = EDT_PriceBT*EDT_VAT
Possible correction
Check the spelling of the control or create the control in the window.
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help