20 lines
447 B
Plaintext
20 lines
447 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Rango: fecha Inicial[f1 ]
|
|
Fecha Final [f2 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
vetb00002
|
|
attributes
|
|
f1 = formonly.fecha1 type date, autonext,comments="Digite Fecha Inicial",
|
|
format = "dd/mm/yy";
|
|
f2 = formonly.fecha2 type date, autonext,comments="Digite Fecha Final",
|
|
format = "dd/mm/yy";
|
|
instructions
|
|
delimiters " "
|
|
end
|