sfm_mfclist()

Assigns a memory file to be used for all choice lists on a Designer data form

Call
#include <vv_des.h>
void sfm_mfclist(clist_mfp, dfmp)

MFILEPTR clist_mfp

Pointer to memory file to use for each choice list

DFORMPTR dfmp Pointer to data form to assign choice list memory files for each field
Returns

None

 
Description

sfm_mfclist() searches the linked list of items for any fields that use a choice list. If any are found, then the specified memory file is associated with those choice lists.

Related Functions

dl_fmget(), sf_mfclist()

Cautions

A choice list memory file must be declared and initialized before calling this function.


Home Contents Previous Next