Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Vitamin C Library - name <b>xxatgetc</b> -- data input with maximum control http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
name            xxatgetc  --  Data input with maximum control

synopsis        c = xxatgetc(tblptr,wno,row,col,fld,pic,val,msg,
                help,act,nact,width,control,lst,pre,post);
                COUNT c;           0 if ok else -1
                GETTABLE tblptr;  pointer to gettable location
                COUNT wno;         window number
                COUNT row,col;     row and column for input
                TEXT fld;         pointer to field to place input
                TEXT pic;         pointer to picture to use for input
                PFI val;           pointer to validation function
                TEXT msg;         pointer to status line message
                TEXT help;        pointer to help string
                COUNT act;         attribute for active get
                COUNT nact;        attribute for non active get
                COUNT width;       maximum field width attribute
                COUNT control;     control word
                VCSELSET lst;     pointer to selection set
                PFI pre;           pointer to pre function
                PFI post;          pointer to post function

description  This function enters an entry into a get table to
           be read at a later time and displays the entry on
           the screen. Using this function, the programmer
           can set up more than one "get table" and allow
           the "get" to be forced to a designated window.
           Similar to xxatget, but with 5 more parameters
           for maximum control.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson