Files
MBS/PROYECTOS/indir/infmrp028.per
T

27 lines
669 B
Plaintext

database smarmotech
LAYOUT (TEXT="INFORME EXISTENCIA ENTRADA/SALIDAS")
GRID
{
Fecha Inicial [k ]
Fecha Final [p ]
Codigo [a ][b ][c ][d ]
Bodega [bo ]
}
end
tables
intb00001
attributes
DATEEDIT k = formonly.fech_in type date,format = "dd/mm/yy",
comments = "Introduzca Fecha Inicial ";
DATEEDIT p = formonly.fech_fi type date,format = "dd/mm/yy",
comments = "Introduzca Fecha Final";
a = intb00001.cod_n;
b = intb00001.cod_grupo;
c = intb00001.cod_tipo;
d = intb00001.cod_sec;
COMBOBOX bo= formonly.bodega;
instructions
delimiters " "
end