Files
MBS/PROYECTO/vedir/vefmrp004.per
T

27 lines
767 B
Plaintext

database smarmotech
screen size 24 by 80
{
Rango: fecha Inicial[f1 ]
Fecha Final [f2 ]
Tipo de Venta [t]
Condicion de Venta [b ]
}
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";
t = formonly.ventas type char,include=("1","2"),comments =
"Digite: 1 - Ventas Locales 2 - Ventas Exportacion";
b = formonly.cond_venta type integer,include=(1,2),comments=
"Digite: 1 = Venta Al Contado, 2 = Credito";
instructions
delimiters " "
end