Files
MBS/PROYECTOS/ipdir/ipfmmt011.per
T

27 lines
581 B
Plaintext

database marmotech
screen size 24 by 80
{
Codigo Marca [f000 ]
Nombre [f001 ]
[b]
Usuario Creador [f002 ] Usuario Modificador [f004 ]
Fecha Creacion [f003 ] Fecha Modificacion [f005 ]
}
end
tables
iptb00019
attributes
f000 = iptb00019.marca;
f001 = iptb00019.nombre_marca,upshift;
b = iptb00019.status_t,noentry;
f002 = iptb00019.us_crea,noentry;
f003 = iptb00019.fech_crea,noentry;
f004 = iptb00019.us_mod,noentry;
f005 = iptb00019.fech_mod,noentry;
instructions
delimiters
" "
end