19 lines
293 B
Plaintext
19 lines
293 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
|