Select row when you right-click to open context menu
Use two separate modules to close MSWord application for DataLoader and PDF Creation. Use the Content DTS to determine ChangeBar status.
This commit is contained in:
@@ -1612,7 +1612,7 @@ namespace VEPROMS.CSLA.Library
|
||||
if (sc == null) return false;
|
||||
// if there is no override & return whether there was a change to the text.
|
||||
if (sc.Step_CBOverride == null)
|
||||
return (DTS > MyProcedure.DTS);
|
||||
return (MyContent.DTS > MyProcedure.DTS);
|
||||
else // override is on:
|
||||
return (sc.Step_CBOverride == "On");
|
||||
}
|
||||
|
Reference in New Issue
Block a user