27 lines
689 B
Plaintext
27 lines
689 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano Presupuesto [f1 ]
|
|
Mes a Procesar [f2 ]
|
|
Ventas [t]
|
|
Zona o Pais [p ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00016
|
|
attributes
|
|
f1 = formonly.ano, autonext, picture = "####",
|
|
comments="Digite el ano del Presupuesto";
|
|
f2 = formonly.mes, autonext, picture = "####",
|
|
comments="Digite el mes a procesar. Use el formato: aamm";
|
|
t = formonly.ventas type char, autonext, include = ("1","2"),
|
|
comments="1 = Ventas Locales 2 = Ventas de Exportacion";
|
|
p = vetb00016.zona, autonext,
|
|
comments="Construya criterio de seleccion para Zona(s) o Pais(es)";
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|