Sitemap
|
Contact Us
|
Clients
Errors reference
Home
|
Downloads
|
HareScript
|
Websites/CMS
|
Applications
Search for:
in:
All of WebHare.net
HareScript
Websites/CMS
Applications
HareScript
Errors reference
HareScript error messages
Internal error '%0' - contact B-Lex Information Technologies if this problem persists.
Cannot find library '%0'.
Cannot find compiled version of library '%0'.
Cannot write compiled version of library '%0'.
A global variable, function or macro with the name '%0' has already been defined in this module.
Compilation of library failed
Duplicate argument name '%0' in function declaration.
Internal error in external module: '%0' - contact the module's vendor
Expected 'FROM' after the variable name in the FOREVERY statement.
Undefined variable '%0'.
Unexpected end of string.
Execution environment mismatch - current environment is '%0', this statement requires '%1'.
The requested library needs to be loaded into a '%0' execution environment, which is not supported by this application.
Variable '%0' is already defined inside the current scope.
The requested library needs to be loaded into a '%0' execution environment, but this application offers a '%1' environment.
Type VARIANT is not allowed here.
LOADLIB must be followed by a string containing the library name.
Expected opening parenthesis '('.
No temporary storage available on server - no privileges or disk full?
Execution environment mismatch - this statement requires '%0', a future statement wants '%1'.
A deinitialization macro may not return a value and may not accept any arguments.
You may define only one deinitialization macro per library.
Expected the name of a function or macro.
Trying to invoke a function pointer that does not point to any function.
Invalid compiler directive.
Invalid attributes specification.
Missing closing ')'.
Expected LIKE or IN.
Missing closing ']' in expression.
Missing closing '>' in table field definition.
Attribute TERMINATES only allowed for a MACRO.
An error occurred loading the external module '%0': %1
A MACRO with attribute TERMINATES did not terminate, but returned normally.
Tried to call a function in a virtual machine that had already terminated.
Expecting a column name
The script was aborted because of a disconnection.
The script was aborted because of a timeout.
Expected schema definition, starting with '<'.
Expected token TABLE.
Cannot cast to or from variables of type SCHEMA.
SCHEMA ARRAY is not an allowed type.
Type SCHEMA is not allowed as parameter or return value of a non-external function.
SCHEMA variables may not be put in record cells.
Table '%0' does not exist in this schema.
Expecting a table name.
Duplicate case.
Array index '%0' is out of bounds.
Record variable does not point to any existing record.
Table/column name '%0' cannot be used twice inside this declaration.
Expected schema name.
Expected token LIKE.
Relevant loadlib path for this error: %0.
Only columns from the currently selected sources are allowed in a GROUP BY.
Non-grouped columns may not be used outside an aggregate function here.
Aggregate function '%0' may only be used inside a SELECT, within the selected data, the HAVING or the ORDER BY clauses.
An aggregate function must have one parameter, and that parameter must be an array or VARIANT.
Arrays cannot be used as arguments for a aggregate function.
Division by zero.
A function returning a TABLE cannot be used as a SQL data source.
Expected an asterisk.
The current library called a function in library '%0', which uses library '%1', that is still initializing.
SELECT * not allowed when the select is grouped.
Cannot convert type '%0' to type '%1'
Type '%0' has no default value.
FUNCTIONs and MACROs can only be declared at the top-level, never inside a block.
Too many error or warning messages in script.
Found a WHERE whose result does not depend on the selected data.
'%0' may not be used as a variable or function name.
Integer overflow.
Keyword THIS is only allowed in OBJECT functions.
Expected semicolon to separate statements.
Expected closing curly brace '}' at the end of statement block.
Unknown token '%0'.
Unexpected token '%0'.
THIS object variable may not be modified.
Expected object type definition.
Unknown object type '%0'.
Function '%0' is not a member of object type '%1'.
The signature of this function does not match the signature it was declared with in the object type definition.
Selecting a variable or the results of an expression requires using 'AS' to name the column or table.
No name may be specified when selecting the full contents of a record.
No default values are allowed in the parameters of the definition of a member function.
Expected an arrow operator '->' to access an object member
Expected a '%0' clause in a SQL statement.
Expected a dot operator '.' to access a record member.
Unknown variable '%0' - did you mean '%1' ?
Column '%0' does not exist - did you mean '%1' ?
Expected an opening curly brace '{' after a function definition.
Undefined function '%0' - did you mean '%1' ?
You cannot refer to variable '%0' inside its own initialization, as it does not have a value yet
Object types cannot be used here.
Object variable does not point to any existing object.
Column '%0' does not exist.
Column '%0' is ambiguous because it exists in more than one of the selected tables.
Invalid default value for function argument '%0'.
Expected a variable.
Expected an object type.
A MACRO does not return a value.
A MACRO may not return a value.
The current function did not return a value.
The HareScript main code may not return a value.
Expecting 'INTO' after INSERT.
A member with the name '%0' has already been declared.
Member '%0' does not xist.
No function body has been defined for method '%0'.
This private member can only be accessed using the 'this' variable.
A property cannot be used as get or set member of another property.
The position of a query within a table cannot be determined with the '#' operator.
Expected an expression of which the value can be modified.
Built-in function LENGTH() does not support arguments of type '%0'
The first argument of an inserted method or property read/write function must be of type OBJECT.
Unexpected closing curly brace '}'.
Identifier too long.
Symbol '%0' is ambiguous, it appears in more than one loaded library.
Updating object member '%0' is not allowed, because it is of type variable.
Member '%0' cannot be updated in an object of type '%1', because it doesn't exist in that object yet
The columns to select must be stated explicitly when using a variable table list.
The signatures of the original function member '%0' and its update are not compatible.
A property read function must return a value and may take only an OBJECT parameter.
The property write function may not return a value and must take an OBJECT parameter and one other parameter.
The use of UPDATE is required when updating member '%0' in an object of type '%1', because this member already exists in the base object.
Local I/O error.
A conditional expression must evaluate to TRUE or FALSE.
Radix for integer conversion out of range [%0-%1].
Expected an expression of array type.
Expected colon to separate expressions in a conditional expression.
Both possible results of a conditional expression must have the same type.
Typename expected.
Invalid transaction used.
VAR and COLUMN can be applied only once.
Undefined function '%0'
Wrong number of parameters in call to %0.
Type Variant only allowed as parameter or as return value of external functions
Expected a comma.
BREAK and CONTINUE statements may only appear inside a loop.
Column definitions are only allowed in a table type
Missing closing '>' after column list.
Mismatch between number of values and number of fields in INSERT statement.
Built-in function '%0' not registered.
Built-in function '%0' has the wrong type.
Invalid library '%0': %1.
Table not bound.
Table not bound anymore (transaction committed or rolled back).
Only one table allowed in Deletes and Updates.
Database exception '%0'.
Unknown library namespace '%0'.
Expected a floating-point value.
Expected a numeric value, got '%0'.
Cannot take the square root of a negative value.
Argument out of range for %0.
Cannot take the logarithm of a negative or zero value.
Floating-point overflow.
Unknown blobstream referenced.
Unknown archive referenced.
Library '%0' recursively LOADLIBs itself.
No permission to perform that action. Required: %0.
Variable '%0' has no associated loop counter.
Custom error message: '%0'.
No console available.
Invalid LOADLIB library name - library names must be absolute.
Invalid file id.
Invalid function declaration.
PUBLIC and PRIVATE may only be used for declarations of FUNCTIONs, MACROs and global variables.
Only one of PUBLIC and PRIVATE may be used in a declaration.
Expected the name of a PUBLIC variable, MACRO or FUNCTION in library '%0'.
VARIANT ARRAY is not an allowed type
Illegal module name
Cannot find module '%0'
Module '%0' does not appear to be a HareScript module
Multi-level arrays are not allowed
Expected keyword '%0'
Illegal INTEGER constant.
Expected assignment operator (':=')
Expected CELL or FROM.
Expected AT or ALL.
Expected an AT position or 'AT END'.
Column name '%0' already exists.
TABLE variables may not be put in record cells.
TypeId may not be used for type TABLE.
Unexpected end of file.
Cannot cast to or from variables of type TABLE.
TABLE ARRAY is not an allowed type.
Module '%0' failed to initialize itself.
Cannot order variables of type '%0'.
Maximum number of nested functions ('%0') reached.
The type of the first element of a constant array must be known at compile-time.
Cannot indicate a location in database statements.
Symbol '%0' has already been used as a function.
Transaction is read-only.
At least one CASE must be present in a SWITCH statement.
Expected a constant expression.
Expected table definition.
Type TABLE is not allowed as parameter or return value of a non-external function.
Type '%0' cannot be used in comparisons
Related
Download documents
The online documents are also available for download in PDF format, for offline use.
Read more...
Top
© Copyright
B-Lex IT B.V.
1999-2008. All rights reserved. Hosted and published by
WebHare
.
About WebHare.NET
.