Files
MBS/PROYECTOS/irdir/msg.per
T

24 lines
541 B
Plaintext

database marmotech
screen size 24 by 80
{
cod_msg [f000 ]
desc_msg [f001 ]
[f002 ]
us_crea [f003 ]
fech_crea [f004 ]
us_mod [f005 ]
fech_mod [f006 ]
}
end
tables
msgtable
attributes
f000 = msgtable.cod_msg;
f001 = msgtable.desc_msg[1,30];
f002 = msgtable.desc_msg[31,60];
f003 = msgtable.us_crea;
f004 = msgtable.fech_crea;
f005 = msgtable.us_mod;
f006 = msgtable.fech_mod;
end