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

24 lines
594 B
Plaintext

database marmotech
screen size 24 by 80
{
Articulo [a][b][c ][d ]
Fecha Inicial [k ]
Fecha Final [p ]
}
end
tables
iptb00006
attributes
a = iptb00006.cod_n;
b = iptb00006.cod_grupo;
c = iptb00006.cod_tipo;
d = iptb00006.cod_sec;
k = formonly.fecha_1 type datetime year to day, comments =
"Digite Fecha Inicial con el Sigte. Formato ANO-MES-DIA, EJ. 1994-12-01";
p = formonly.fecha_2 type datetime year to day, comments =
"Digite Fecha Final con el Sigte. Formato ANO-MES-DIA, EJ. 1994-12-31";
instructions
delimiters " "
end