Corrected typo (runing vs running)
Shift-Ctrl-Note Insert Note displays an empty context menu if the Insert Note is disabled in the Ribbon
This commit is contained in:
parent
74f2b180eb
commit
b5d87ce503
@ -53,7 +53,7 @@ namespace VEPROMS
|
||||
adminToolsList.Add("Purge Disconnected Items"
|
||||
, "Purge Disconnected Items Guidance"
|
||||
, "Everything in PROMS is inter-related. A working draft knows what is its first procedure and a procedure knows what is its first step. Likewise, a procedure knows what procedure is before it and after it.\r\n\r\nOccasionally, an item will become disconnected and does not know where it fits into the relationships. This tool removes any disconnected items from the database."
|
||||
, "Be sure to have a backup prior to runing this!!\r\n\r\nThis tool may take an extended period of time to execute."
|
||||
, "Be sure to have a backup prior to running this!!\r\n\r\nThis tool may take an extended period of time to execute."
|
||||
, "Warning:"
|
||||
, true
|
||||
, true
|
||||
|
@ -2484,7 +2484,7 @@ namespace Volian.Controls.Library
|
||||
_ContextMenuBar.SetContextMenuEx(_MyStepRTB, btnCMStepPaste);
|
||||
break;
|
||||
}
|
||||
if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi));
|
||||
if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi))
|
||||
{
|
||||
SendKeys.Send("+{F10}{DOWN}"); // Display Context menu
|
||||
while (moveDown > 0) // position to current type
|
||||
|
Loading…
x
Reference in New Issue
Block a user