Files
MBS/PROYECTO/gedir/gefmrp010.per
T

21 lines
295 B
Plaintext

database rayovac
screen
{
Ano [f1 ]
Mes [f2]
Cantidad Limite [c2 ]
}
end
tables
cptb00001
attributes
f1 = formonly.ano1;
f2 = formonly.mes1;
c2 = formonly.cantidad1 type DECIMAL(12,2);
INSTRUCTIONS delimiters" "
end