24 lines
541 B
Plaintext
24 lines
541 B
Plaintext
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Articulo [a][b][c ][d ]
|
|
Fecha Inicial [k ]
|
|
Fecha Final [p ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
irtb00006
|
|
attributes
|
|
a = irtb00006.cod_n;
|
|
b = irtb00006.cod_grupo;
|
|
c = irtb00006.cod_tipo;
|
|
d = irtb00006.cod_sec;
|
|
k = formonly.fech_in type date,format = "dd/mm/yy",
|
|
comments = "Introduzca Fecha Inicial ";
|
|
p = formonly.fech_fi type date,format = "dd/mm/yy",
|
|
comments = "Introduzca Fecha Final";
|
|
instructions
|
|
delimiters " "
|
|
end
|