33 lines
881 B
Plaintext
33 lines
881 B
Plaintext
|
|
database marmotech
|
|
screen
|
|
{
|
|
|
|
Codigo Producto [np ]
|
|
[uni ][nf1 ]
|
|
Ano [ano ]
|
|
Mes [me]
|
|
Cantidad [ct ]
|
|
|
|
Usuario Creador [f11 ] Usuario Modificador [f12 ]
|
|
Fecha Creacion [f10 ] Fecha Modificacion [f13 ]
|
|
}
|
|
end
|
|
tables
|
|
cttb00014
|
|
attributes
|
|
np = cttb00014.cod_prod,autonext;
|
|
uni= formonly.unidad type char,noentry,color=yellow;
|
|
nf1= formonly.descrip type char,noentry,color=yellow;
|
|
ano= cttb00014.ano,comments="Digite el Ano de realizacion del Inventario";
|
|
me = cttb00014.mes,comments="Digite el Mes de realizacion del Inventario";
|
|
ct = cttb00014.cantidad;
|
|
f11 = formonly.usuario_c,noentry;
|
|
f10 = formonly.fecha_c,noentry;
|
|
f12 = formonly.usuario_m,noentry;
|
|
f13 = formonly.fecha_m,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|