Designer Interface

  #include <vv_des.h>
   
int dl_close (DLIBPTR libp)

Closes a Designer library

DFORMPTR dl_fmget (UCHAR *fmname_stp, PTR dstructp, FUNCLISPTR funclistp, MFILEPTR clist_mfp, DLIBPTR libp)

Gets a data form from a Designer library

UCHAR * dl_lattp (UCHAR *libname_stp)

Returns a pointer to the Designer logical attribute array in that library

MFORMPTR dl_mnget (UCHAR *mnname_stp, int sub_flag, FUNCLISPTR funclistp, FMINOPTR dfmlistp, DLIBPTR libp)

Gets a menu form from a Designer library

DLIBPTR dl_open (UCHAR *libname_stp)

Opens a Designer library

WINDOWPTR dl_wnget (UCHAR *wnname_stp, FUNCLISPTR funclistp, DLIBPTR libp)

Gets a window from a Designer library

UCHAR * fm_nextfmname (DFORMPTR dfmp)

Gets the text string for the name of the next form in the paging link

UCHAR * fm_prevfmname (DFORMPTR dfmp)

Gets the text string for the name of the previous form in the paging link

void sdl_latt (UCHAR *libname_stp, UCHAR *latt)

Sets the logical attribute array to be used by a Designer library

int sdl_lock (int state, DLIBPTR libp)

Locks or unlocks a Designer library

void se_dllocking (int state)

Enables or disables Designer library locking

void se_wnlatt (UCHAR *libname_stp)

Sets the default windows to use the specified Designer library's color table

void sf_datap (FIELDPTR fldp, PTR datap, DFORMPTR dfmp)

Assigns the underlying data variable for a field on a Designer data form

void sf_mfclist (FIELDPTR fldp, MFILEPTR clist_mfp, DFORMPTR dfmp)

Assigns a choice list memory file for a single field on a Designer data form

void sfm_datap (PTR dstructp, DFORMPTR dfmp)

Assigns all underlying data variables for a Designer data form

void sfm_funclist (FUNCLISPTR funclistp, FORMPTR fmp)

Resolves function names to function addresses for a Designer form

void sfm_latt (UCHAR *libname_stp, FORMPTR fmp)

Sets the Designer logical attribute array to use for all windows associated with the form

void sfm_mfclist (MFILEPTR clist_mfp, DFORMPTR dfmp)

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

void smnf_subfmp (MFIELDPTR mfldp, FORMPTR sub_fmp, MFORMPTR mfmp)

Assigns a sub-menu or sub-form to a menu field on a Designer menu

void ssr_datap (PTR dstructp, SRPTR srp)

Assigns the underlying data variables for scrollable region fields on a Designer form



Home Contents Previous Next