dc_frlbox()

Determines which item to highlight in the list box

Call  
#include <vv_str.h>
int dc_frlbox(stp, datap, dfldp, cvbufp)

UCHAR *stp

Pointer to a string buffer

PTR datap String variable containing string to be converted
DFIELDPTR dfldp Pointer to a list box
PTR cvbufp Pointer to a data conversion buffer
Returns  
1 Success. This is the only return value for this function
Description

dc_frlbox() searches the list of choices for the data passed in. It then will scroll the list box so that the specified item is highlighted. If no item is found, then the first item in the list box is highlighted.

Related Functions

dc_frlbox()


Home Contents Previous Next