ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: WLanguage errors
121 results
Error 1: Syntax error
You can manipulate Action Bars in a window using the following WLanguage properties.
Error 1001: The operators: and:: can only be used in the methods of classes
In WINDEV, you can add optional events in the code of the different elements of an application...
Error 1003: The element does not exist in the class
Configures how the axes are displayed in Line or Column charts.
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Usage example of the zipNbFile function
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Returns the number of the line that contains a character identified by its position in a block of text.
Error 1006: The member is not global: use: to access it
Action Bars replace the title bar of a window and display different types of information...
Error 1007: The member is global: use the: operator: to access it
Returns the number of pointers in contact with the screen.
Error 1008: The member of the class is protected
The following functions are used to manage the multi-touch...
Error 1009: The member of the class is private
Constants for managing the multi-touch
Error 101: Declaration of global variable not allowed
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
Error 1010: The member of the class is constant
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Error 1011: To access the global member of the class, use ClassName::MemberName
Image object detection functions (Artificial Intelligence)
Error 1012: The class member is not global: it cannot be accessed from a global method
Checks the validity of a Swiss Old-​Age and Survivors' Insurance Number (OASI).
Error 1013: The access to the member of the class is restricted by a protected inheritance
Adds a report into a sequence of report prints.
Error 1014: The access to the member of the class is restricted by a private inheritance
Modifies the current record if it exists, otherwise adds a new record.
Error 1015: The method of the class is protected
Deletes an element and its "children" from an Organization Chart control.
Error 1016: The method of the class is private
Lists the device contacts corresponding to the specified criteria.
Error 1017: The method is not global: use: to access it
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
Error 1018: The method is global: use the: operator: to access it
Copies an email found in a directory to another directory of an IMAP server.
Error 102: The constants can be defined in the initialization code of project, ...
Determines:
  • whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound).
  • whether a view or a query was defined.
Error 1021: The method of the class is not global
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Error 1022: The access to the method of the class is restricted by a protected inheritance
Generates a thumbnail of the specified photo or video.
Error 1023: The access to the method of the class is restricted by a private inheritance
Deselects an element from an Organization Chart control.
Error 1029: The access to the base class is restricted by a protected inheritance
Informations sur un paramètre d'une API
Error 103: The type is unknown
The context menu of an edit control is used to perform simple edit operations
Error 1030: The access to the base class is restricted by a private inheritance
Usage example of the SSHRead function
Error 1032: The inheritance is not allowed in a structure
Adds an event into a TimeLine control.
Error 1033: The access directives are not allowed in a structure
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Error 1035: A class used in a structure must have a constructor without parameter...
Returns the name of the month according to its number.
Error 1036: A class used in an array must have a constructor without parameter
Modifies an image drawn on the map displayed in a Map control.
Error 1037: This member already exists in the structure
Returns the display mode of a Scheduler control: day, week, month, ...
Error 1038: This member already exists in the class
Spécifie les dimensions du cube OLAP sur l'axe des Y
Error 104: 'Dynamic' only applies to classes and Automation objects
An enumeration is a set of values...
Error 1044: The class is already derived from this class
Modifies an element in an Organization Chart control.
Error 1045: A class cannot be declared outside the declaration code of a class
Used to determine if the request being processed is an AJAX request.
Error 1046: Wrong parameter for the constructor of the class
Prints a sequence of reports.
Error 1048: The inheritance is not allowed in a composite variable
Displays a popup in a page cell.
Error 1049: The access directives are not allowed in a composite variable
The following WLanguage functions are used to manage In-App purchases...
Error 105: Redefinition of the local variable
Returns information about the type of character.
Error 1050: This member already exists in the composite variable
Returns a list of defined Custom-Folders (also called groups):
  • in the current analysis,
  • Versions 2024 and later
    in ongoing analyses (case of projects with multiple analyses).
    New in version 2024
    in ongoing analyses (case of projects with multiple analyses).
    in ongoing analyses (case of projects with multiple analyses).
  • in the specified analysis.
Error 1054: 'Ancestor' cannot be used outside the code of a class
Checks whether an expression is not Null in assertive programming and in automated test mode.
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Returns True if at least one element of an array is True.
Error 106: Redefinition of a global variable
The Organization Chart control is used to represent elements in a hierarchical way.
For example:
  • the contributors of a company according to their position.
  • the different branches of a group with their inter-dependencies.
  • the different steps of a manufacturing process, ...
Error 1060: Unable to call method without parameter: add ()
Returns True if at least one element of an array is False.
Error 107: Redefinition of the parameter
The Notification keyword can correspond to:
Error 108: The size of the variable is not allowed
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Error 109: The fixed string is too long
Selects one or more elements in a List Box, ListView or Combo Box control.
Error 11: The label is unknown
Adds a child element into an Organization Chart control.
Error 110: The ASCIIZ string is too long
Draws a text in a WDPic variable.
Error 111: The Pascal string %1 is too long
Returns the height of a window, adapted to the content of controls.
Error 112: An array can only have a maximum of X dimensions
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor.
  • the values of the bound WLanguage variables.
Error 113: Non-dynamic array without definition
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
Error 116: An array dimension must be an integer value
Crosses a record in a data file.
Error 117: The array has X dimensions and you access it with Y dimensions
WINDEV and WINDEV Mobile make it easy to add optional events to the default events proposed for the various elements of an application...
Error 120: Redefinition of the structure
Assigns the specified value to an item of the current record.
Error 121: Shadowing a structure
Draws a section of a circle or an ellipse in a WDPic variable.
Error 122: The name of an Automation object must be a string
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Error 123: The constant already exists
Establishes a connection between the client and a WebSocket server.
Error 13: Label already found
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example).
Error 14: ELSE statement without IF
Several HFSQL functions are used to manage the HFSQL Client/Server data...
Error 16: Incompatible CASE
Callback fonction ExécuteJS
Error 17: OTHER CASE must be the last statement used in SWITCH
Callback fonction MenuInsèreOption
Error 19: The step of this FOR loop must be constant
The FirstName property can be used on:
Error 2: Incomplete line
Draws a line composed of multiple segments.
Error 20: The variable of the FOR loop should be a real
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive...
Error 201: The method already has a virtual attribute
Collapses all expanded breaks in a Looper control.
Error 202: The method already has an access attribute (public, protected or private)
Closes the list of input suggestion of an Edit control.
Error 203: The procedure already has a scope attribute (local or global)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
Error 204: using a parameter without optional value after parameters ...
The code editor includes a coloring system for the different elements in WLanguage code.
Error 2109: You are using the ObjectInfo function
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
Error 22: No END statement is associated with this FOR
Rebuilds the file index (".NDX" file).
Error 23: No END statement is associated with this WHILE
Draws a text in a picLayer variable.
Error 24: No END statement is associated with this LOOP
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
Error 25: No THEN statement is associated with this IF
Seeks an element in a one-dimensional array by using a comparison procedure.
Error 26: No END statement is associated with this THEN
Checks whether an expression is false in assertive programming and in automated test mode.
Error 27: No END statement is associated with this ELSE
List of functions for HFSQL management
Error 28: No END statement is associated with this SWITCH
entité de manipulation des données d'un Schéma
Error 3: The string has no final "
The PeriodSelection property is used to determine and specify if the user can select a time period in an Scheduler or Organizer control.
Error 30: An exception process cannot be declared inside another exception process...
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
Error 301: Unknown identifier
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Error 303: ambiguous control name
Checks whether an expression is set to True in assertive programming and in automated test mode.
Error 305: The element does not exist in the window
Deletes all the drawings made since the last call to dStartDrawing.
Error 31: The file to include is not found. Check the name and path ...
Emulates the selection of an option in a Radio Button control.
Error 34: 'Break' is not allowed outside the loops
Adds XMP tags to the metadata of the generated PDF file.
Error 35: 'Continue' is available in the loops only
Expands all breaks in a Looper control with break.
Error 38: The END statement marking the end of the structure declaration is missing
Returns information about the lock set on a data file, on one or all the records in a data file.
Error 39: The END statement marking the end of declaration of the composite variable is missing
The Rating control allows the user to:
  • indicate the popularity level of an element via repeated icons.
  • find out the popularity level of an element via repeated icons.
Error 4: A space is required after the ':' character
Performs various statistical calculations on the file keys.
Error 40: The END statement marking the end of the class declaration is missing
The Rating control can be used in a window as well as in a page.
Error 403: The item does not belong to the file
Allows you to check if a substring is within a string.
Error 404: The file for HFSQL browse cannot be an expression of this type
Encrypts a character string in binary format or in ASCII format.
Error 42: Label out of scope of GOTO
Deletes all records from a data file, an HFSQL view or a query.
Error 502: Incompatible type
From version 25, you can create "project portfolios"...
Error 507: The '++' operator is not allowed
Finds documents in a MongoDB collection.
Error 530: The -- operator is not allowed
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Error 531: The negative or null subscripts are not allowed
Used to find out whether the burner is empty or not.
Error 532: The size of the string to extract must be strictly positive
Lists the words of the current record that will be taken into account by the full-text indexing.
Error 533: The expression of a { } must be a string
Imports a Text file into an HFSQL Classic or Client/Server data file. This data file must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
Error 701: The property is read-only
Deletes all the documents (corresponding to the specified filter) from a collection of a MongoDB database.
Error 703: The property does not exist
Customizes the management of HFSQL errors.
Error 704: The property does not exist on
Colors an area in a WDPic variable.
Error 705: The property does not exist on this type
Colors an area in a picLayer variable.
Error 706: The property does not exist on this type of control
Determines if a cell is merged with other cells and gets the merged cell range.
Error 802: Invalid syntax for this function
Checks whether an expression is Null in assertive programming and in automated test mode.
Error 803: Return and Result cannot be used in the same process
The RulerValue property is used to get or change the position of the playhead in a TimeLine control.
Error 805: No syntax without parameter
The controls can be copied from the window editor...
Error 809: The * character cannot be used as mandatory parameter in a function
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
Error 810: * can only be used for a parameter with a default value
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases).
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Adds an XML signature to a web service request.
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Downloads a file from a remote drive to the user's computer.
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
Information 2104: This function is kept for backward compatibility
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.
Information 2105: This function was renamed
Moves backward several records from the current position in the data file, according to a specified item.
Information 302: Ambiguity between a variable and a control
Formats a character string using an InputMask variable.
Information 37: Optimize your FOR loop
Returns the vertical position of the pointer (finger or stylus).
The use of the Automation type in a site is reserved for the advanced users
Adds a scheduled task on the server defined by the connection.
Warning 12: The label is unused
Defines the mode for comparing data files.
Warning 124: Shadowing a global variable
Returns the display mode of an Organizer control: day, week, month, ...
Warning 127: You are using a data source local to the process
Returns the date of the last day of the week corresponding to a given date.
Warning 18: Loop without potential end
The RulerModifiable property is used to:
  • Find out whether the user can move the playhead in a TimeLine control.
  • Allow or prevent the user from moving the playhead in a TimeLine control.
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Callback fonction BeaconDétectePrécis