C2019-036 View Mode - Avoid double prompt when Remembering Tabs & Open in Separate Window
This commit is contained in:
@@ -630,7 +630,7 @@ namespace Volian.Controls.Library
|
||||
if (
|
||||
(dti != null && dti.MyStepTabPanel.MyStepPanel.VwMode == E_ViewMode.View)
|
||||
||
|
||||
(SeparateWindows && (VersionID == 0 || VersionID != myItemInfo.MyDocVersion.VersionID))
|
||||
(SeparateWindows && (VersionID == 0 || VersionID == myItemInfo.MyDocVersion.VersionID))
|
||||
|| //to handle special case where item will be opened in a separate window
|
||||
MessageBox.Show(this, message, "Procedure Already Checked Out", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes)
|
||||
viewonlymode = true;
|
||||
|
||||
Reference in New Issue
Block a user