Files

30 lines
705 B
Plaintext

database rayovac
screen size 24 by 80
#
# Database not found or no system permission.
# See error number -329.
#
# The name "rayovac" is not an existing database name.
# See error number -2810.
{
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