database smarmotech screen { Fecha Inicial [k ] Fecha Final [k1 ] Maquina [m ] Repuesto [n][g][t ][s ] } end tables irtb00006 attributes k = formonly.fecha1 type date,format = "dd/mm/yyyy",comments = "Digite Fecha Inicial"; k1 = formonly.fecha2 type date,format = "dd/mm/yyyy",comments = "Digite Fecha Final"; m = irtb00006.maquina; n = irtb00006.cod_n; g = irtb00006.cod_grupo; t = irtb00006.cod_tipo; s = irtb00006.cod_sec; instructions delimiters " " end