Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - fldfun http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FldFun

Assign before/after functions to current entry field.

Header File.....TCXLent.h

Prototype.......IntT CTYP FldFun(VfvCP bf, VfvCP af);

Source File.....ENT\FLDFUN.C

Arguments.......bf -  Before function
                af -  After function

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                   TcxlErr contains:
                   W_NOACTIVE  -  No Active Window
                   W_NOINPDEF  -  No Input Fields Defined

Notes...........Assigns "before" and "after" function pointers to the input
                field just defined.  The call to this function must appear
                immediately after the call to the EntFld() to which it
                relates.  During user input, when the user enters the
                field, the before function gets called.  When the user
                leaves the validated field, the after function gets called.
                This powerful feature allows you to do some pretty advanced
                stuff with input fields, but must be used very carefully.

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