36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
{
|
|
-----------------------------------------------------------------------------
|
|
FORMULARIO : PRFMMT010
|
|
OBJETIVO : Captura Informacion de las areas de instalacion
|
|
REALIZADO POR : Victor Gomez C.
|
|
FECHA : Friday, October 05, 2001
|
|
-----------------------------------------------------------------------------
|
|
}
|
|
schema smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Area [n1 ]
|
|
Descripcion Area [a1 ]
|
|
Status [a]
|
|
|
|
Usuario Creador [b ] Usuario Modificador [c ]
|
|
Fecha Creacion [d ] Usuario Modificador [e ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
prtb00016
|
|
attributes
|
|
n1 = prtb00016.area_num,required,comments =
|
|
"Digite el Numero del Area";
|
|
a1 = prtb00016.nombre_area,upshift,required,comments =
|
|
"Digite la descripcion del Area";
|
|
a = prtb00016.status_t,noentry;
|
|
b = prtb00016.us_crea,noentry;
|
|
c = prtb00016.us_mod,noentry;
|
|
d = prtb00016.fech_crea,noentry;
|
|
e = prtb00016.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|