Hi WilsonDBA , I believe you need to change this line to the following note the 2 should not be in quotes: oSOL.GetType().InvokeMember("nSetValue", System.Reflection.BindingFlags.InvokeMethod, null, oSOL, new object[] { "QuantityOrdered", 2 });
↧