|
E_OK | The routine succeeded. |
E_CONNECTED |
| The field is already connected to a form. |
E_SYSTEM_ERROR |
| System error occurred (see errno). |
E_BAD_ARGUMENT |
| Routine detected an incorrect or out-of-range argument. |
E_POSTED |
| The form is already posted. |
E_BAD_STATE |
| Routine was called from an initialization or termination function. |
E_NO_ROOM |
| Form is too large for its window. |
E_NOT_POSTED |
| The form has not been posted. |
E_UNKNOWN_COMMAND |
| The form driver code saw an unknown request code. |
E_INVALID_FIELD |
| Contents of a field are not valid. |
E_NOT_CONNECTED |
| No fields are connected to the form. |
E_REQUEST_DENIED |
| The form driver could not process the request. |
|