Files
MBS/PROYECTO/cpdir/cgtb12.per
T

34 lines
892 B
Plaintext

database marmotech
screen size 24 by 80
{
cheque_no [f000 ]
cuenta_no [f001 ]
nombre_bco [f002 ]
direccion [f003 ]
cuenta_bank [f004 ]
codigo_1 [f005 ]
codigo_2 [f006 ]
status_t [a]
us_crea [f007 ]
fech_crea [f008 ]
us_mod [f009 ]
fech_mod [f010 ]
}
end
tables
cgtb00012
attributes
f000 = cgtb00012.cheque_no;
f001 = cgtb00012.cuenta_no;
f002 = cgtb00012.nombre_bco;
f003 = cgtb00012.direccion;
f004 = cgtb00012.cuenta_bank;
f005 = cgtb00012.codigo_1;
f006 = cgtb00012.codigo_2;
a = cgtb00012.status_t;
f007 = cgtb00012.us_crea;
f008 = cgtb00012.fech_crea;
f009 = cgtb00012.us_mod;
f010 = cgtb00012.fech_mod;
end