Files
MBS/PROYECTOS/ipdir - 21102021/iptb5.per
T

32 lines
725 B
Plaintext

database marmotech
screen size 24 by 80
{
cod_mov [f000 ]
descrip_mov [f001 ]
status_mov [a]
cuenta_1 [f002]
cuenta_2 [f003]
cuenta_3 [f004]
status_t [b]
us_crea [f005 ]
fech_crea [f006 ]
us_mod [f007 ]
fech_mod [f008 ]
}
end
tables
iptb00005
attributes
f000 = iptb00005.cod_mov;
f001 = iptb00005.descrip_mov;
a = iptb00005.status_mov;
f002 = iptb00005.cuenta_1;
f003 = iptb00005.cuenta_2;
f004 = iptb00005.cuenta_3;
b = iptb00005.status_t;
f005 = iptb00005.us_crea;
f006 = iptb00005.fech_crea;
f007 = iptb00005.us_mod;
f008 = iptb00005.fech_mod;
end