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

25 lines
639 B
Plaintext

database smarmotech
LAYOUT (TEXT="REPORTE TRANSACCIONES")
GRID
{
Fecha Inicial [k ]
Fecha Final [p ]
Codigo [a ][b ][c ][d ]
}
end
tables
iptb00006
attributes
DATEEDIT k = formonly.fech_in type date,format = "dd/mm/yyyy",
comments = "Introduzca Fecha Inicial ";
DATEEDIT p = formonly.fech_fi type date,format = "dd/mm/yyyy",
comments = "Introduzca Fecha Final";
a = iptb00006.cod_n,autonext;
b = iptb00006.cod_grupo,autonext;
c = iptb00006.cod_tipo,autonext;
d = iptb00006.cod_sec,autonext;
instructions
delimiters " "
end