home *** CD-ROM | disk | FTP | other *** search
- #include "iibdb.ext"
-
- struct ttl_info {
- int pg_num;
- int t_row;
- int t_column;
- char ttl_title[80];
- } ;
-
- struct fld_info {
- int pg_num;
- int t_row;
- int t_column;
- int row;
- int column;
- int length;
- int changed;
- int cur_pos;
- int input_count;
- char fld_type;
- char *fld_title;
- char *fld_buffer;
- } ;
-
- struct page_info {
- int first_fld;
- int last_fld;
- } ;
-
- struct list_info { char id[7];
- char name[31];
- } ;
-
- struct file_info {
- struct list_info *list;
- int list_count;
- int return_field;
- char message[78];
- } ;
-
- struct lookup_file {
- int field_number;
- char file_name[78];
- } ;
-
- struct file_info *fld_file;
- struct lookup_file *lookup_table;