sfm_link()

Links multiple forms together for form paging

Call
#include <vv_form.h>
void sfm_link(prev_dfmp, next_dfmp, dfmp)

DFORMPTR prev_dfmp

Form to go to when the user requests previous page

DFORMPTR next_dfmp Form to go to when the user requests next page
DFORMPTR dfmp Pointer to data form to insert into page list
Returns

None

 
Description

First, sfm_link() sets the next and previous form members in the dfmp form structure. Then, if prev_dfmp is not NULLP, sfm_link() assigns the next form structure member in the prev_dfmp form structure to dfmp. If next_dfmp is not NULLP, sfm_link() assigns the previous form structure member in the next_dfmp form structure to dfmp.


Home Contents Previous Next