database marmotech screen { Ano [k ] Mes [p ] Tipo Reporte [l ] Tipo de Venta [t] Codigo [a][b][c ][d ] } end tables cttb00003 attributes k = formonly.ano1; p = formonly.mes1; l = formonly.decide type char,upshift,include = ("A","M"), comments= "A = ACUMULADO M = MENSUAL"; t = formonly.ventas type char,comments = " 1 = Costo Local 2 = Costo del Exterior"; a = formonly.cod_n,comments = "Digite 3,6,9 O En Blanco Para Todos"; b = formonly.cod_grupo,comments = "Digite Codigo del Producto"; c = formonly.cod_tipo,comments = "Digite Codigo del Producto"; d = formonly.cod_sec,comments = "Digite Codigo del Producto"; instructions delimiters " " end