Files
MBS/PROYECTO/gedir/gefmrp001.per
T

23 lines
586 B
Plaintext

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