Index: EWMS/Inventory.cls.xml =================================================================== diff -u -r37683 -r62846 --- EWMS/Inventory.cls.xml (.../Inventory.cls.xml) (revision 37683) +++ EWMS/Inventory.cls.xml (.../Inventory.cls.xml) (revision 62846) @@ -737,7 +737,7 @@ Set HistLocObj.LocX=$LI(Location,3) Set HistLocObj.LocY=$LI(Location,4) Set HistLocObj.LocZ=$LI(Location,5) - Set:('HistLocObj.Save(SQLGCWrapper)) Status=$LB(-5,HistLocObj.%ClassName(1)_": "_HistLocObj.LastErrorMsg) + Set:('HistLocObj.Save(SQLGCWrapper)) Status=$LB(-5,HistLocObj.%ClassName(1)_": "_SQLGCWrapper.LastErrorMsg) Do HistLocObj.%Close() //---------------------------------------------------------------------------------