Files
MBS/PROYECTO/vedir/vefmrp036.per
T

27 lines
600 B
Plaintext

database marmotech
screen size 24 by 80
{
Tipo Pila [f]
Ano [ a1]
Mes [m1]
Cliente [b ][a ]
}
end
tables
vetb00003
attributes
f = formonly.cia,required,
comments= "1- PRODUCTOS LOCALES 2- PRODUCTOS DE COMPRA Y VENTA";
m1 = formonly.mes_ini,required,
comments= "Digite el mes inicial";
a1 = formonly.ano_ini,required,
comments= "Digite el ano inicial. Use formato YYYY";
b = formonly.tipo_cliente1,
comments= "Tipo de Cliente";
a = formonly.sec_cliente1,
comments= "Secuencia de Cliente";
instructions delimiters " "
end