Files
MBS/PROYECTO/cgdir/cgfmmt010.per
T

39 lines
1.1 KiB
Plaintext

{
-------------------------------------------------------------------------
NOMBRE : cgfmmt002
OBJETIVO : Capturar las informaciones de los tipos de transacciones
DISENO : Ing. Juan F.Soto
FECHA REALIZADO : Septiembre 28, 1993.
MODULO UTILIZA : cgprmt002
--------------------------------------------------------------------------
}
schema smarmotech
screen
{
Codigo Reg. [c1 ]
Descripcion [c3 ]
Programa [f0 ]
Entrada No. [ed ]
[g]
Usuario Creador [c6 ] Usuario Modificador [c7 ]
Fecha Creacion [c8 ] Fecha Modificacion [c9 ]
}
end
tables
cgtb00011
attributes
c1 = cgtb00011.entrada_no,reverse;
c3 = cgtb00011.descripcion,reverse,upshift;
f0 = cgtb00011.prog_4gl,reverse,downshift;
g = cgtb00011.status_t,noentry;
c6 = cgtb00011.us_crea,noentry;
c7 = cgtb00011.us_mod,noentry;
c8 = cgtb00011.fech_crea,noentry;
c9 = cgtb00011.fech_mod,noentry;
ed = cgtb00011.referencia;
instructions
delimiters " "
end