Files
MBS/PROYECTOS/ipdir/ipfmmt018_1.per
T

37 lines
1.2 KiB
Plaintext

database marmotech
screen size 24 by 80
{
Codigo del Producto [c ]-[d ]-[e ]-[f ]
[h ][l ]
Unidad a Convertir [un ]
Factor de Conversion [f006 ]
[j]
Usuario Creador [f007 ] Usuario Modificador [f009 ]
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
}
end
tables
iptb00001
attributes
c = iptb00001.cod_n,autonext,
comments = "Presione Ctrl-W para busqueda o digite el nivel del producto";
d = iptb00001.cod_grupo,autonext,
comments = "Presione Ctrl-W para busqueda o digite el grupo del producto";
e = iptb00001.cod_tipo,autonext,
comments = "Presione Ctrl-W para busqueda o digite el tipo del producto";
f = iptb00001.cod_sec,autonext,
comments = "Presione Ctrl-W para busqueda o digite la secuencia del producto";
h = formonly.descrip_esp,noentry;
l = formonly.unidad_med,noentry;
un = iptb00001.unidad,upshift;
f006 = iptb00001.factor_conv;
j = iptb00001.status_t,noentry;
f007 = iptb00001.us_crea,noentry;
f008 = iptb00001.fech_crea,noentry;
f009 = iptb00001.us_mod,noentry;
f010 = iptb00001.fech_mod,noentry;
instructions
delimiters " "
end