--------------------------------------------------------------------------- | Facility : libnform | Function : static FIELD *Sorted_Next_Field(FIELD * field) | | Description : Get the next field after the given field on the current | page. The order of fields is the one defined by the | (row,column) geometry, rows are major. | | Re
| 2893 | if (Field_Is_Selectable(*field_on_page)) |
| 2894 | break; |
| 2895 | } while(field!=(*field_on_page)); |
| 2896 | |
| 2897 | return (*field_on_page); |
| 2898 | } |
| 2899 | |
| 2900 | /*--------------------------------------------------------------------------- |
| 2901 | | Facility : libnform |
| 2902 | | Function : static FIELD *Sorted_Next_Field(FIELD * field) |
| 2903 | | |
| 2904 | | Description : Get the next field after the given field on the current |
| 2905 | | page. The order of fields is the one defined by the |
| 2906 | | (row,column) geometry, rows are major. |
| 2907 | | |
| 2908 | | Return Values : Pointer to the next field. |
| 2909 | +--------------------------------------------------------------------------*/ |
| 2910 | INLINE static FIELD *Sorted_Next_Field(FIELD * field) |
no outgoing calls
no test coverage detected
searching dependent graphs…