0b6ca223db
B2020-050 Added a NULL reference check on nextItem before attempting to call ResetOrdinal() in DeleteItemAndChildren.
2020-04-06 14:09:50 +00:00
bdd1b054a4
B2020-043: After insert of step above, resolved transition text was incorrect if tab had step number
2020-04-02 12:58:12 +00:00
2bc4a8d105
B2020-009 Copy/Paste procedures, check for background step editor sections (being copied) that are empty (contains no steps) and skip the process that tries to create links for these (non-existing) steps
2020-01-21 17:48:16 +00:00
beed3319ca
C2019-045: Fix length of procedure number for CCR to work
...
C2019-045: For enhanced procedures, allow modification of number & title
2019-12-13 11:51:15 +00:00
17260519e3
B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top.
2019-03-07 18:02:31 +00:00
295cb2a74b
B2018-115: Incorrect step types getting created in background documents
2018-08-24 15:54:24 +00:00
60bc70dbc5
B2018-051 Inserting a new enhanced (non-linked) step was inserting the same HLS type as current step instead of the selected HLS type from the insert menu.
...
B2018-052 – The old hard space character in the enhanced document template will now be inserted as a hard space instead of a question mark
2018-03-20 18:03:18 +00:00
60e9131698
C2015-022 Separate Windows Upgrade – moved RemoveEnhancedFromConfig from AuditExt.cs
...
C2015-022 Separate Windows Upgrade – new call to RemoveEnhancedFromConfig
C2015-022 Separate Windows Upgrade – needed to check ProcessID instead of SessionID
2018-03-12 14:34:01 +00:00
8b177644f7
B2017-272: For enhanced, use correct section type when creating a new section when previous sections in source are not linked.
...
B2017-272: added a null check
2017-12-12 16:02:30 +00:00
3e4c4782bd
B2017-271: Copy/paste procedure, with enhanced background, crashes if missing step(s) in background
2017-12-12 13:48:53 +00:00
7dfd2d9738
B2017-268: Fix crash when creating a new enhanced procedure & linking an existing source procedure to it when the Procedure Numbers were different.
2017-12-04 17:05:35 +00:00
fc82fced84
B2017-255: When pasting a source step that has links to an enhanced step into a section that has linked enhanced steps, do not remove the links to the new enhanced step.
2017-09-27 14:34:15 +00:00
fbc4b42ff1
B2017-209: Restoring an enhanced step whose source step is deleted causes crash
2017-09-21 14:08:20 +00:00
d228ca58dc
B2017-179 detect if Paste/Replace was aborted due to Transition references and user had selected to go to the first transition that needs attention.
...
The Paste/Replace method can now return a NULL, so we needed to handle that.
2017-09-01 12:40:09 +00:00
95f4767651
B2017-045: Allow copy of enhanced step pasted to non-enhanced section removing enhanced link data
2017-08-23 12:12:57 +00:00
a413025fcd
B2017-174: Fix crash when linking (Enhanced) a new note (added a null reference check) when first in list with others below it.
2017-08-15 15:22:20 +00:00
20a07c6a3e
B2016-130: Copy and paste replace steps causing missing and duplicate items in tree (problems with ‘NextItems’)
2017-08-07 13:05:02 +00:00
eca7ff8c0e
B2017-134 Creating a new enhanced section from EOP was using incorrect document type
2017-07-06 14:36:11 +00:00
Rich
111fe18565
C2016-023 - Copy using clipboard
...
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
C2016-023 - Copy Step
Convert Transition to text if the destination procedure set is different than the current procedure set and the destination procedure number exists in the current procedure set.
2017-07-05 19:38:43 +00:00
ab44a78d9e
B2017-083: Missing procedures in enhanced after creating new enhanced procedure from source, if it first procedure in list
2017-05-17 12:16:53 +00:00
d8f00ec197
B2017-081: crash on insert of supplemental information. Cached item was of wrong type. Removed lines of code using this – it was not needed
2017-05-08 15:55:42 +00:00
e7f9d4e3ed
Support for SAMGS Supplemental Information
2017-05-03 13:57:12 +00:00
8f81199574
B2017-068 don’t convert transition to other procedure to text if the link is valid for the paste destination
2017-03-30 16:57:47 +00:00
75ec77fd49
B2017-065 Fixed null reference bug happening during a CopyStep / Replace Step of an EOP step that is linked to an Enhanced step
2017-03-29 16:51:15 +00:00
Rich
aa40ff017d
Added a Timeout property to the FolderConfig
...
Added Command Timeout to each query that did not have a specified timeout
2017-03-01 15:40:36 +00:00
Rich
2459c403ec
Added Error Handling for Null Active Format
2017-02-10 17:02:58 +00:00
Rich
bb9198aa4f
When doing a demo an internal transition to another procedure was converted to text. This has been fixed.
2017-01-30 16:09:20 +00:00
125f3b1b43
B2016-009 - Add message box explaining copied step inherits the destination step type
2017-01-26 20:35:25 +00:00
3a2759470d
check for null reference when deleting a source step that has associated enhanced (found during fix for B2016-228)
...
B2016-228: when creating section/procedure enhanced items, set ‘Number’
B2016-228: when modifying source section or procedure, save ‘Number’ also
B2016-198: User hold point no longer overwrites the ‘INIT/DATE’ signoff heading
2016-11-29 13:52:43 +00:00
14bb3fcf3b
Using statement added so the ContentItems[0].MyItem do not say in cache (caused issues with paste/replace step) B2016-153
...
When using CopyStep Paste, don’t convert a transition to text if that transition has procedure number information B2016-148
Fixed <Shift><F5> issue so that Copy Step Paste options menu pops up B2016-148
Made SetButtonAndMenuEnabling a public function to fix <Shift><F5> issue so that Copy Step Paste options menu pops up B2016-148
2016-06-29 19:32:06 +00:00
15f3b2ce09
Enhanced: rename a method name for clarification
...
Enhanced: convert 16-32 bit link data at procedure level
Enhanced: convert 16-32 bit link data at procedure level.
2016-05-12 12:48:34 +00:00
289db67a2b
Enhanced: Code to refresh contents for item list that is unlinked; gets list of items that have text differences between enhanced/source and refresh text
...
Enhanced: Insert new procs & section for enhanced docs; Link 2 existing items, enhanced <->source
2016-05-09 11:29:00 +00:00
3bcd01ce8d
Fix some of enhanced format flags
...
C2016-008: Create an enhanced step if it is missing from a source
2016-04-14 12:44:51 +00:00
ee91973682
B2016-081 if a transition is to a non-editable section, also check that if it goes to a step in that non-editable section
2016-03-21 15:13:44 +00:00
Rich
74f2b180eb
B2016-055 - Answering No to a dialog when doing a paste replace of a procedure was causing the code to crash.
...
B2016-048 - Editing an existing transition was causing the code to crash.
2016-03-01 13:38:08 +00:00
8d062dc49b
Using the FlexibleMessageBox for all of those displaying a list of references to check
2016-02-01 17:00:17 +00:00
db5198ad01
B2016-023: For enhanced, display pasted steps in edit window if editor is open
2016-01-29 15:58:29 +00:00
7c7e29053c
B2016-019: Don’t display enhanced tab if not enhanced document. Also enlarge form a bit so that folder button on Output settings tab isn’t cut off
...
B2016-015: refresh tabs for enhanced inserted steps. B2016-017: fix crashes on replace
B2016-024: do not allow insert new HLS in enhanced if positioned on substep (from ribbon)
- B2016-022: insert procedure in a ‘source’ set before/after did not have Create Enhanced checkbox and B2016-017: fix crashes on replace
2016-01-28 14:37:44 +00:00
c3a749e780
only display ‘Create Enhanced’ checkbox on ‘new’
...
if copied item is not source or enhanced, pasting info a source is more like an ‘insert’ into enhanced.
2016-01-26 11:46:00 +00:00
6366af8b47
Enhanced Document support
...
Null check
Move DisplayText.cs to CSLA
Enhanced Documents – don’t allow ‘Save’ RO on enhanced step
Enhanced Documents windowing
Enhanced Documents remove unnecessary options
Enhanced Documents – don’t allow ‘Save’ transition on enhanced step
Enhanced Documents/Insert,Delete,Paste
2016-01-20 16:43:23 +00:00
Rich
98afa51783
Added File extension parameter to Make Document
...
Handle Error Handling for External Transitions
Insert Enhanced Document Step
2015-10-27 13:29:40 +00:00
Rich
efe327a28f
Reduced debug output for external transtion issues.
...
Added processing status output for Deletes
2015-08-12 22:15:45 +00:00
7bc11c7fb6
B2015-071: Fixed handling of sublevels in templates (for EXEBCK)
...
B2015-071: EXEBCK template had spaces in template text, fixed parsing of this
2015-06-22 14:41:55 +00:00
Rich
7e10163760
Handle exception if external transition to a procedure.
2015-03-10 10:10:56 +00:00
Rich
7ff6a6a80e
Added code to handle a transition where the item the transition is going to does not have an active section
...
Added code to handle the condition where no email address has been defined for a user.
2015-02-19 17:43:23 +00:00
Rich
bcfd5578c1
Added how SubSection_Edit property value is determined
...
Added code to delete ro usages and transitions that are converted to text. Added code to handle "dashes" and "unicode dashes"
Added code to support converting to text transitions to external destinations with internal style transition
Added wait cursor for log running processes so application shows it is busy and added code to to fix searches that should return results but are not returning results when doiing transitions searches.
Added code to make Refresh Referenced Objects and Refresh Transitions button under Review tab of StepTabRibbon not visible
2015-02-11 20:32:43 +00:00
Rich
e3b5351b30
Added code to support conversion to text of invalid referenced objects and invalid transitions
...
Added command line switch NOUPDATERO to prevent updating referenced objects
Added code to support conversion to text of invalid transitions
2015-02-05 03:52:57 +00:00
d4be18b454
support pasting of step into section and section into procedure; when updating transition text, refresh transinfo
2015-01-29 13:45:25 +00:00
Rich
29ffd0329c
Added ability to perform a profile (Determine which sections of code are using the majority of the CPU time.)
...
Fixed logic that determines if the debug output should be created in the PDF.
Added ability to track DB actions.
Change cursor to a wait curcor when the print button is pressed.
Added Profile debug
Added a time-out for determining if a RO.FST file is newer.
Added a property (PrintAllAtOnce) to the ItemInfo object so that the code can differentiate between objects that are being used for edit or print.
Added logic to improve print performance. Specifically initialize a number of item properties when the procedure is loaded for printing, rather than waiting for the properties to be lazy-loaded.
Added Profile debug
Changed NextItem property to use GetNextItem method when printing.
2015-01-19 20:49:15 +00:00
003ce41d6b
Added a null reference check to the insert before function
2014-12-12 19:15:54 +00:00