21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [f1 ]
|
|
Fecha Final [f2 ]
|
|
Cliente [f3 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
iptb00006
|
|
attributes
|
|
f1 = formonly.fecha1 type date,format = "dd/mm/yy",comments =
|
|
"Digite Fecha Inicial del Reporte";
|
|
f2 = formonly.fecha2 type date,format = "dd/mm/yy",comments =
|
|
"Digite Fecha Inicial del Reporte";
|
|
f3 = formonly.sec_cliente;
|
|
instructions
|
|
delimiters " "
|
|
end
|