Compare commits
3 Commits
69d09b7fc2
...
B2025-009
| Author | SHA1 | Date | |
|---|---|---|---|
| b4ccd682c3 | |||
| dba1331556 | |||
| 8803ae2274 |
@@ -1154,7 +1154,10 @@ namespace ROEditor
|
|||||||
tbtnCancel.Enabled = true;
|
tbtnCancel.Enabled = true;
|
||||||
tbtnSave.Enabled = true;
|
tbtnSave.Enabled = true;
|
||||||
tbtnRestore.Enabled = true;
|
tbtnRestore.Enabled = true;
|
||||||
tbtnSaveAs.Enabled = true;
|
if (newone == null)
|
||||||
|
{ tbtnSaveAs.Enabled = true; }
|
||||||
|
else
|
||||||
|
{ tbtnSaveAs.Enabled = false; }
|
||||||
}
|
}
|
||||||
menuROSave.Enabled = tbtnSave.Enabled;
|
menuROSave.Enabled = tbtnSave.Enabled;
|
||||||
}
|
}
|
||||||
@@ -1170,7 +1173,10 @@ namespace ROEditor
|
|||||||
|
|
||||||
tbtnSave.Enabled = true;
|
tbtnSave.Enabled = true;
|
||||||
tbtnRestore.Enabled = true;
|
tbtnRestore.Enabled = true;
|
||||||
tbtnSaveAs.Enabled = true;
|
if (newone == null)
|
||||||
|
{ tbtnSaveAs.Enabled = true; }
|
||||||
|
else
|
||||||
|
{ tbtnSaveAs.Enabled = false; }
|
||||||
tbtnCancel.Enabled = true;
|
tbtnCancel.Enabled = true;
|
||||||
menuROSave.Enabled = tbtnSave.Enabled;
|
menuROSave.Enabled = tbtnSave.Enabled;
|
||||||
//B2021-080 set the mysavexml flag to true to ensure the text change will be saved
|
//B2021-080 set the mysavexml flag to true to ensure the text change will be saved
|
||||||
|
|||||||
@@ -1148,8 +1148,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
//if (_MyLog.IsErrorEnabled) _MyLog.Error("ItemExt.DeactivateStateDisplayTabTmp", ex);
|
Database.LogException("ItemExt.DeactivateStateDisplayTabTmp", ex);
|
||||||
throw new DbCslaException("ItemExt.DeactivateStateDisplayTabTmp", ex);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1176,8 +1175,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
//if (_MyLog.IsErrorEnabled) _MyLog.Error("ItemExt.AddDisplayTabsState", ex);
|
Database.LogException("ItemExt.AddDisplayTabsState", ex);
|
||||||
throw new DbCslaException("ItemExt.AddDisplayTabsState", ex);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ namespace VEPROMS.CSLA.Library
|
|||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Database.LogException("UserSettings_GetData", ex);
|
Database.LogException("UserSettings_GetData", ex);
|
||||||
throw new DbCslaException("UserSettings_GetData", ex);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user