| #include <vv_bool.h>
#include <vv_char.h> #include <vv_check.h> #include <vv_date.h> #include <vv_dec.h> #include <vv_doubl.h> #include <vv_int.h> #include <vv_lbox.h> #include <vv_long.h> #include <vv_radio.h> #include <vv_short.h> #include <vv_singl.h> #include <vv_str.h> #include <vv_time.h> |
dc_frbool ( ) dc_frch ( ) dc_frcheck ( ) d_frdate ( ) dc_frdec ( ) dc_frdouble ( ) dc_frint ( ) dc_frlbox ( ) dc_frlong ( ) dc_frradio ( ) dc_frshort ( ) dc_frsingle ( ) dc_frst ( ) dc_frtime ( ) |
|
| int | dc_frbool (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a Boolean variable to a string for display in a field |
|
| int | dc_frch (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a character variable to a string for display in a field |
|
| int | dc_frcheck (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a check box variable to a string for display in a field |
|
| int | dc_frdate (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a date variable to a string for display in a field |
|
| int | dc_frdec (UCHAR *stp, long *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a long integer variable to a decimal string for display in a field |
|
| int | dc_frdouble (UCHAR s*stp, double *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a double-precision floating point variable to a string for display in a field |
|
| int | dc_frint (UCHAR *stp, int *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts an integer variable to a string for display in a field |
|
| int | dc_frlbox (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Determines which item to show as highlighted in the list box |
|
| int | dc_frlong (UCHAR *stp, long *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a long integer variable to a string for display in a field |
|
| int | dc_frradio (UCHAR *stp, int *datap, DFIELDPTR dfldp, DFORMPTR dfmp)
Converts a radio button variable to a string for display in a field |
|
| int | dc_frshort (UCHAR *stp, short *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a short integer variable to a string for display in a field |
|
| int | dc_frsingle (UCHAR *stp, float *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a single-precision floating point variable to a string for display in a field |
|
| int | dc_frst (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Formats a string variable for display in a field |
|
| int | dc_frtime (UCHAR *stp, UCHAR *datap, DFIELDPTR dfldp, UCHAR *cvbufp)
Converts a time variable to a string for display in a field |
|