database marmotech screen size 24 by 80 { Fecha Inicial [f1 ] Fecha Final [f2 ] Compania [t1] Zona [a1 ] Cliente [b1]-[c1 ] } end tables vetb00008, vetb00004 attributes t1 = formonly.cod_cia,autonext; f1 = formonly.fech_in type date,format = "dd/mm/yy"; f2 = formonly.fech_fi type date,format = "dd/mm/yy"; a1 = vetb00008.cod_zona; b1 = vetb00004.tipo_cliente,autonext; c1 = vetb00004.sec_cliente; instructions delimiters " " end