Files
MBS/PROYECTO/nodir/nofmmt020.per
T

36 lines
1.1 KiB
Plaintext

{
=============================================================================
FORMULARIO : NOFMCS020
OBJETIVO : CAPTURAR Y DESPLEGAR INFORMACIONES PARA LOS VALORES DE LOS
PORCIENTOS DE ACCIDENTE DE TRABAJO.
DISENO : Tadeo A. ferreras F.
FECHA : MARZO 22, 1995
=============================================================================
}
DATABASE marmotech
screen size 24 by 80
{
Empleado [ne ]
[nom ]
% Accidente de Trabajo [pa ]
[a]
Usuario Creador [uc ] Usuario Modificador [um ]
Fecha Creacion [fc ] Fecha moficacion [fm ]
}
tables
notb00018
attributes
ne = notb00018.num_emp,comments = "Digite Numero de Empleado";
nom = formonly.nombre,noentry;
pa = notb00018.porc_accidente,comments = "Digite Porciento de Accidente";
a = notb00018.status_t,noentry;
uc = notb00018.us_crea,noentry;
fc = notb00018.fech_crea,noentry;
um = notb00018.us_mod,noentry;
fm = notb00018.fech_mod,noentry;
instructions delimiters " "
end