Files
MBS/PROYECTO/ctdir/ctfmrp028.per
T

21 lines
493 B
Plaintext

database marmotech
screen
{
Ano [k ]
mes Final [p ]
Tipo de Venta [t]
Codigo [a]
}
end
tables
cttb00003
attributes
k = formonly.anos type integer;
p = formonly.p_mes type integer;
t = formonly.t_ventas type char,include = ("1","2"),comments =
" 1 = Venta Local 2 = Venta del Exterior";
a = formonly.cod_n,comments = "Digite 3,6,9 O En Blanco Para Todos";
instructions delimiters " "
end