Files

22 lines
579 B
Plaintext

database exterior
screen size 24 by 80
{
Codigo Mensaje [f000 ]
Descripcion [f001 ]
[f002 ]
Usuario Creador [f003 ] Usuario Modificador[f005 ]
Fecha Creacion [f004 ] Fecha Modificacion [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,noentry;
f004 = msgtable.fech_crea,noentry;
f005 = msgtable.us_mod,noentry;
f006 = msgtable.fech_mod,noentry;
end