Files
MBS/PROYECTO/ctdir/actb1.per
T

38 lines
926 B
Plaintext

database marmotech
screen size 24 by 80
{
codigo [f000 ]
descripcion [f001 ]
cuenta_no [f002 ]
cta_depr [f003 ]
cta_gasto [f004 ]
departamento [f005 ]
fech_compra [f006 ]
duracion [f007 ]
fech_elim [f008 ]
status_t [a]
us_crea [f009 ]
fech_crea [f010 ]
us_mod [f011 ]
fech_mod [f012 ]
}
end
tables
actb00001
attributes
f000 = actb00001.codigo;
f001 = actb00001.descripcion;
f002 = actb00001.cuenta_no;
f003 = actb00001.cta_depr;
f004 = actb00001.cta_gasto;
f005 = actb00001.departamento;
f006 = actb00001.fech_compra;
f007 = actb00001.duracion;
f008 = actb00001.fech_elim;
a = actb00001.status_t;
f009 = actb00001.us_crea;
f010 = actb00001.fech_crea;
f011 = actb00001.us_mod;
f012 = actb00001.fech_mod;
end