database marmotech screen size 24 by 80 { Mes Inicial [f1] [g4 ] Mes Final [f2] [g5 ] Ano [f002] Codigo [a ][e ] [g ] Costo Estandar [f005 ] [j] Usuario Creador [f006 ] Usuario Modificador [f008 ] Fecha Creacion [f007 ] Fecha Modificacion [f009 ] } end tables cttb00026 attributes f1 = cttb00026.mes_ini,autonext, comments = "Digite el mes inicial"; g4 = formonly.descrip1; f2 = cttb00026.mes_fin,autonext, comments = "Digite el mes final"; g5 = formonly.descrip2; f002 = cttb00026.ano,autonext,comments = "Digite el ano"; a = cttb00026.cod_prod,autonext,comments = "Digite el codigo Semi-Elaborado"; e = formonly.descripcion,noentry; g = formonly.unidad_med,noentry; f005 = cttb00026.costo_st,comments = "Digite el costo"; j = cttb00026.status_t,noentry; f006 = cttb00026.us_crea,noentry; f007 = cttb00026.fech_crea,noentry; f008 = cttb00026.us_mod,noentry; f009 = cttb00026.fech_mod,noentry; instructions delimiters " " end