Fix for Insert New Step
This commit is contained in:
@@ -304,11 +304,14 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = tmp.DTS;
|
||||
_UserID = tmp.UserID;
|
||||
_ROFstInfoExtension.Refresh(this);
|
||||
if(_MyRODb != null)
|
||||
{
|
||||
_MyRODb.Dispose();// Dispose related value
|
||||
_MyRODb = null;// Reset related value
|
||||
}
|
||||
//RHM Removed 20090724 - Duplicates function of code above.
|
||||
// - Dispose caused error when a new step was added.
|
||||
// - Resequence of transitions did not work properly.
|
||||
// if(_MyRODb != null)
|
||||
// {
|
||||
// _MyRODb.Dispose();// Dispose related value
|
||||
// _MyRODb = null;// Reset related value
|
||||
// }
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static void Refresh(RODbROFst tmp)
|
||||
@@ -326,11 +329,14 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = tmp.DTS;
|
||||
_UserID = tmp.UserID;
|
||||
_ROFstInfoExtension.Refresh(this);
|
||||
if(_MyRODb != null)
|
||||
{
|
||||
_MyRODb.Dispose();// Dispose related value
|
||||
_MyRODb = null;// Reset related value
|
||||
}
|
||||
//RHM Removed 20090724 - Duplicates function of code above.
|
||||
// - Dispose caused error when a new step was added.
|
||||
// - Resequence of transitions did not work properly.
|
||||
// if(_MyRODb != null)
|
||||
// {
|
||||
// _MyRODb.Dispose();// Dispose related value
|
||||
// _MyRODb = null;// Reset related value
|
||||
// }
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static ROFstInfo Get(int rOFstID)
|
||||
|
Reference in New Issue
Block a user