/* * empl.h * Screen vers: 000 */ #define EMPL_NUM_FIELDS 6 / * FIELD OFFSETS IN SCREEN */ #define FO_EMPL_NAME 0 #define FO_EMPL_ADDR1 1 #define FO_EMPL_ADDR2 2 #define FO_EMPL_ADDR3 3 #define FO_EMPL_PHONE 4 #define FO_EMPL_AGE 5 / * FIELD LENGTHS */ #define FO_EMPL_NAME 22 #define FO_EMPL_ADDR1 22 #define FO_EMPL_ADDR2 22 #define FO_EMPL_ADDR3 22 #define FO_EMPL_PHONE 14 #define FO_EMPL_AGE 2