--------------------------------------------------------------------------- | Facility : libnform | Function : static FIELD *Sorted_Previous_Field(FIELD * field) | | Description : Get the previous field before the given field on the | current page. The order of fields is the one defined | by the (row,column) geometry, rows are major
| 2917 | if (Field_Is_Selectable(field_on_page)) |
| 2918 | break; |
| 2919 | } while(field_on_page!=field); |
| 2920 | |
| 2921 | return (field_on_page); |
| 2922 | } |
| 2923 | |
| 2924 | /*--------------------------------------------------------------------------- |
| 2925 | | Facility : libnform |
| 2926 | | Function : static FIELD *Sorted_Previous_Field(FIELD * field) |
| 2927 | | |
| 2928 | | Description : Get the previous field before the given field on the |
| 2929 | | current page. The order of fields is the one defined |
| 2930 | | by the (row,column) geometry, rows are major. |
| 2931 | | |
| 2932 | | Return Values : Pointer to the previous field. |
| 2933 | +--------------------------------------------------------------------------*/ |
| 2934 | INLINE static FIELD *Sorted_Previous_Field(FIELD * field) |
no outgoing calls
no test coverage detected
searching dependent graphs…