21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
database marmotech
|
|
screen
|
|
{
|
|
fecha Inicial [k ]
|
|
fecha Final [p ]
|
|
Codigo Material [n][g][t ][s ]
|
|
}
|
|
end
|
|
tables
|
|
intb00006
|
|
attributes
|
|
k = formonly.fech_in type date,format = "dd/mm/yy";
|
|
p = formonly.fech_fi type date, format = "dd/mm/yy";
|
|
n = intb00006.cod_n;
|
|
g = intb00006.cod_grupo;
|
|
t = intb00006.cod_tipo;
|
|
s = intb00006.cod_sec;
|
|
instructions
|
|
delimiters " "
|
|
end
|