Files
MBS/PROYECTO/nodir/nofmmt022.per
T

22 lines
576 B
Plaintext

database marmotech
screen size 24 by 80
{
Cuenta No. [f01 ][b ]
Nomina [f000]
Tipo [a]
No. Cheque Inicial [p1 ]
No. Cheque Final [p2 ]
}
end
tables
notb00008
attributes
f000 = notb00008.num_nomi;
a = notb00008.tipo_emp,upshift,include=("Q","S","V"),comments=
"Q = Quincenal S = Semenal V = Vendedor";
f01 = formonly.pcuenta_no,comments = "Cuenta Contable";
b = formonly.descripcion;
p1 = formonly.cheque_ini;
p2 = formonly.cheque_fin;
end