Files
MBS/PROYECTOS/ipdir - 21102021/ipfmrp026.per
T

24 lines
759 B
Plaintext

database marmotech
screen
{
Mes [m1]
Ano [an2 ]
Fecha Inicial [k ]
Fecha Final [p ]
Codigo [a][b][c ][d ]
}
end
tables
iptb00002
attributes
m1 = formonly.p_mes1,comments = "Digite Numero Del Mes Del Ano";
an2 = formonly.p_ano1,comments = "Digite Ano Para El Reporte";
k = formonly.fecha1 type date,format = "dd/mm/yy";
p = formonly.fecha2 type date,format = "dd/mm/yy";
a = formonly.cod_n,comments = "Digite Codigo del Producto";
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