Files

31 lines
761 B
Plaintext

database smarmotech
screen size 24 by 80
{
Codigo Producto [f000 ]
Nombre [f001 ]
Tipo Producto [f006]
Descripcion [f007 ]
[b]
Usuario Creador [f002 ] Usuario Modificador [f004 ]
Fecha Creacion [f003 ] Fecha Modificacion [f005 ]
}
end
tables
iptb00020,iptb00024
attributes
f000 = iptb00020.cod_n;
f001 = iptb00020.producto,upshift;
f006 = iptb00024.cod_tipo;
f007 = iptb00024.descripcion,upshift;
b = iptb00020.status_t,noentry;
f002 = iptb00020.us_crea,noentry;
f003 = iptb00020.fech_crea,noentry;
f004 = iptb00020.us_mod,noentry;
f005 = iptb00020.fech_mod,noentry;
instructions
delimiters
" "
end