database catcom screen size 24 by 80 { ------------------------------------------------------------------------------ recordno [f000 ] distid [f001 ] distiddesc [f002 ] lastdist [f003 ] lastdistdate [f004 ] altemail [f005 ] altemailyn [a] wbd_method [f006 ] wbd_type [f007 ] userid [f008 ] passwd [f009 ] [f010 ] [f011 ] sdate [f012 ] edate [f013 ] ------------------------------------------------------------------------------ grid [f101 ] } end tables wbdconf="catcom".wbdconf wbdlist="catcom".wbdlist attributes --# ------ f000 = wbdconf.recordno = wbdlist.distid, REVERSE; f001 = wbdconf.distid; f002 = wbdconf.distiddesc; f003 = wbdconf.lastdist; f004 = wbdconf.lastdistdate; f005 = wbdconf.altemail; a = wbdconf.altemailyn; f006 = wbdconf.wbd_method; f007 = wbdconf.wbd_type; f008 = wbdconf.userid; f009 = wbdconf.passwd[1,44]; f010 = wbdconf.passwd[45,88]; f011 = wbdconf.passwd[89,132]; f012 = wbdconf.sdate; f013 = wbdconf.edate; --# ------ f101 = wbdlist.grid; INSTRUCTIONS --# composites --# wbdconf master of wbdlist end