Text |
Invalid input data. |
Explanation |
Invalid data have been specified for the field. |
Action |
Specify valid input data. |
Text |
A...must be entered. |
Action |
Enter a ... . |
Text |
Unrecognized OCX control. |
Explanation |
This class is not recognized as an OCX control. |
Action |
Ensure that the OLE control is entered in the system registry and that the licence file exists in your system. |
Text |
Unsupported format. |
Explanation |
This format is not supported by Natural. |
Action |
Correct your program. |
Text |
Window/dialog element creation failed due to low USER resources. |
Explanation |
The creation of windows and dialog elements consumes system handles to so-called USER objects, which are limited in number by a system-wide per-process quota. If the amount of USER resources free drops below a critical level, Windows may hang or the application may crash. To avoid this, Natural will not create a window or dialog element if it recognizes that less than around 15% of the above USER object quota is still available. |
Action |
Close some windows (in any application) and retry the failed operation. |
Text |
Window manager attribute stack overflow. |
Explanation |
An internal stack for storing attribute data is full. The most likely explanation is that too many dialogs of style "dialog box" are open at the same time. |
Action |
Rewrite the code to reduce the number of concurrently open dialog boxes. |
Text |
ActiveX control method or event parameter ... not converted. |
Explanation |
The value passed as parameter to an ActiveX control method could not be converted to the format expected by the ActiveX control. The value received as parameter from an ActiveX control method could not be converted to the format expected in the Natural dialog. The value received as parameter from an ActiveX control event could not be converted to the format expected in the Natural event handler. The value passed as parameter in a Natural event handler back to the ActiveX control could not be converted to the format expected by the ActiveX control. |
Action |
The Natural documentation and online help contain tables that indicate which Natural data formats map to which ActiveX control data formats. Please cunsult these tables and choose a matching Natural data format. |
Text |
ActiveX control property value or return value not converted. |
Explanation |
The value passed as property value to an ActiveX control could not be converted to the format expected by the ActiveX control. The value received as property value from an ActiveX control could not be converted to the format expected in the Natural dialog. The value received as return value from an ActiveX control method could not be converted to the format expected in the Natural dialog. |
Action |
The Natural documentation and online help contain tables that indicate which Natural data formats map to which ActiveX control data formats. Please consult these tables and choose a matching Natural data format. |
Text |
ActiveX control raised exception ...: .... |
Explanation |
The ActiveX control raised an exception with the indicated number and text. |
Action |
Please consult the documentation of the ActiveX control to find out under which conditions this exception is raised. |
Text |
ActiveX control returned error code ...: .... |
Explanation |
The ActiveX control returned an error with the indicated number and text. |
Action |
Please consult the documentation of the ActiveX control to find out under which conditions this error code is returned. |
Text |
Redefinition of handle or dynamic variables not allowed. |
Explanation |
A variable of type HANDLE or a DYNAMIC variable must not be redefined; and the result of a redefinition must not be a HANDLE or DYNAMIC variable either. |
Action |
Correct the variable definition. |
Text |
Requested action not available in current context. |
Explanation |
The availability of the requested action depends upon the current state of the specified object (if any) and/or the current program state. In the current state, it is not possible to perform the requested action. |
Action |
Check program and ensure that request is only made in valid contexts. |