Files
MBS/PROYECTO/gedir/gefmrp002.per
T

21 lines
465 B
Plaintext

database rayovac
screen
{
Fecha IniciaL [f1 ]
Fecha Final [f2 ]
Cantidad Limite [c2 ]
Codigo [c][d]
}
end
tables
vetb00003
attributes
f1 = formonly.fecha1 type date,format = "dd/mm/yyyy";
f2 = formonly.fecha2 type date,format = "dd/mm/yyyy";
c2 = formonly.cant1 type decimal(12,2);
c = vetb00003.cod_n,autonext;
d = vetb00003.cod_grupo;
instructions delimiters " "
end