45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
{
|
|
--------------------------------------------------------------------------------
|
|
FORMULARIO : CGFMMT014
|
|
OBJETIVO : CAPTURAR LAS INFORMACIONES PERTENECIENTE A UN BANCO
|
|
DISENO : JUAN F. SOTO
|
|
FECHA : OCTUBRE 24, 1995
|
|
--------------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
No de Cheque [f000 ]
|
|
Numero De Cuenta [f001 ] [b ]
|
|
Nombre Del Banco [f002 ]
|
|
Direccion [f003 ]
|
|
Cuenta del Banco [f004 ]
|
|
Codigo [f005 ]
|
|
Codigo [f006 ]
|
|
[a]
|
|
Usuario Creador [f007 ] Usuario Modificador [f009 ]
|
|
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
cgtb00012
|
|
attributes
|
|
f000 = cgtb00012.cheque_no,noentry;
|
|
f001 = cgtb00012.cuenta_no,comments= "Digite Cuenta Contable";
|
|
f002 = cgtb00012.nombre_bco,upshift;
|
|
f003 = cgtb00012.direccion;
|
|
f004 = cgtb00012.cuenta_bank;
|
|
f005 = cgtb00012.codigo_1,comments = "Primer Codigo del No. Del Cheque";
|
|
f006 = cgtb00012.codigo_2,comments = "Segundo Codigo del No. Del Cheque";
|
|
b = formonly.nombre_cta,noentry;
|
|
a = cgtb00012.status_t,noentry;
|
|
f007 = cgtb00012.us_crea,noentry;
|
|
f008 = cgtb00012.fech_crea,noentry;
|
|
f009 = cgtb00012.us_mod,noentry;
|
|
f010 = cgtb00012.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|