Files
MBS/PROYECTO/codir/iptb2.per
T

40 lines
977 B
Plaintext

database marmotech@demo_se
screen size 24 by 80
{
cod_n [f000 ]
cod_grupo [f001 ]
cod_tipo [f002 ]
cod_sec [f003 ]
marca [f004 ]
cod_cia [f005 ]
bodega [f006 ]
existencia [f007 ]
exist_min [f008 ]
dia_llegada [f009 ]
status_t [a]
us_crea [f010 ]
fech_crea [f011 ]
us_mod [f012 ]
fech_mod [f013 ]
}
end
tables
iptb00002
attributes
f000 = iptb00002.cod_n;
f001 = iptb00002.cod_grupo;
f002 = iptb00002.cod_tipo;
f003 = iptb00002.cod_sec;
f004 = iptb00002.marca;
f005 = iptb00002.cod_cia;
f006 = iptb00002.bodega;
f007 = iptb00002.existencia;
f008 = iptb00002.exist_min;
f009 = iptb00002.dia_llegada;
a = iptb00002.status_t;
f010 = iptb00002.us_crea;
f011 = iptb00002.fech_crea;
f012 = iptb00002.us_mod;
f013 = iptb00002.fech_mod;
end