Files
MBS/PROYECTO/nodir/nofmmt014.per
T

19 lines
415 B
Plaintext

database marmotech
screen size 24 by 80
{
Nomina [f000 ]
Tipo [a]
Movimiento [f6 ]
Empleado [f01]
}
end
tables
notb00008
attributes
f000 = notb00008.num_nomi;
a = notb00008.tipo_emp,upshift,include=("Q","S","V"),comments=
"Q = Quincenal S = Semenal V = Vendedor";
f6 = notb00008.cod_mov;
f01 = notb00008.num_emp;
end