--------------------------------------------------------------------------- | Facility : libnform | Function : static int Inter_Field_Navigation( | int (* const fct) (FORM *), | FORM * form) | | Description : Generic behaviour for changing the current field, the | field
| 3092 | Inter-Field Navigation routines |
| 3093 | --------------------------------------------------------------------------*/ |
| 3094 | |
| 3095 | /*--------------------------------------------------------------------------- |
| 3096 | | Facility : libnform |
| 3097 | | Function : static int Inter_Field_Navigation( |
| 3098 | | int (* const fct) (FORM *), |
| 3099 | | FORM * form) |
| 3100 | | |
| 3101 | | Description : Generic behaviour for changing the current field, the |
| 3102 | | field is left and a new field is entered. So the field |
| 3103 | | must be validated and the field init/term hooks must |
| 3104 | | be called. |
| 3105 | | |
| 3106 | | Return Values : E_OK - success |
| 3107 | | E_INVALID_FIELD - field is invalid |
| 3108 | | some other - error from subordinate call |
| 3109 | +--------------------------------------------------------------------------*/ |
| 3110 | static int Inter_Field_Navigation(int (* const fct) (FORM *),FORM *form) |
no test coverage detected
searching dependent graphs…