28 lines
592 B
Plaintext
28 lines
592 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
cod_vend [f000 ]
|
|
sec_vend [f001 ]
|
|
ult_recibo [f002 ]
|
|
tipo_doc [a0]
|
|
status_t [a]
|
|
us_crea [f003 ]
|
|
fech_crea [f004 ]
|
|
us_mod [f005 ]
|
|
fech_mod [f006 ]
|
|
}
|
|
end
|
|
tables
|
|
cctb00003
|
|
attributes
|
|
f000 = cctb00003.cod_vend;
|
|
f001 = cctb00003.sec_vend;
|
|
f002 = cctb00003.ult_recibo;
|
|
a0 = cctb00003.tipo_doc;
|
|
a = cctb00003.status_t;
|
|
f003 = cctb00003.us_crea;
|
|
f004 = cctb00003.fech_crea;
|
|
f005 = cctb00003.us_mod;
|
|
f006 = cctb00003.fech_mod;
|
|
end
|