70 Commits

Author SHA1 Message Date
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
fffcdc8eca Fixed a typo in the message box that tells the user that a default step section needs to be identified. 2016-02-11 15:54:44 +00:00
bdfdd2f8a1 Added a Null reference check 2016-02-01 18:49:58 +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
25dc39cd75 Added logic to keep code from crashing when adding a non-step related transition.
Added a menu item to create an Import file from an approved procedure.
Converted PDF RO References to Uppercase so that the PDF Links to the complete RO Report would work.
Eliminated Unit ROs from ROCompleteReport references in the PDF Links
Convert RO Links to Uppercase to be consistent.
2016-01-14 22:43:26 +00:00
bc6fcfd05b Use static function to check user’s security level in allowing changes to step properties
Use static function to check user’s security level in allowing the insert or change of a transition
Use static function to check user’s security level in allowing the user to edit a table cell
Use static function to check user’s security level in allowing text modifications when keyboard shortcuts are used
ROEditor only security is now also considered a Reviewer.  Don’t allow a Review goto an RO (run the RO editor), Don’t allow a Reviewer toggle out of view mode from the context menu, for Reviewers, don’t allow the Enter key enter new steps and substeps.
For Reviewers, when on a table (grid) have the Enter Key move down to the next step element, don’t allow Reviewers edit a table
2015-12-09 21:04:02 +00:00
Rich
e668a71b43 Changed the code that was presenting a message that the step had been deleted when the step had not been deleted.
Allow a transition to be modified.  The current code does not allow an existing transition to be modified unless you change the Step Number of the destintation.
Add a hardspace bewteen multiple returns.  This assures that blank lines will be printed.
2015-10-20 21:12:33 +00:00
Rich
3519bec6aa Fixed logic to setup the transition panel
Fixed the code to open enhanced document windows so that they are not always on top.
If a transition to a procedure is created, or exists, it cannot be edited.  John Zimmerman of Ginna reported this. The transition can be selected and deleted if the transition panel has not been opened.  If the transition panel has been opened, then the code will crash as soon as the transition is selected.  Thhis change fixes the code so that it will not crash.
2015-10-08 21:03:14 +00:00
3e403455ec Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’ 2015-07-20 14:33:06 +00:00
a14492ae02 B2015-066: Revert to previous file. (Note that last checkin listed incorrect bug number) 2015-05-26 16:16:39 +00:00
d4e030811e B2015-065: don’t duplicate Page ~/Page Num in page number transitions
B2015-065: Pass in correct transition type for resolving page number transitions
2015-05-26 12:58:05 +00:00
1ae09f7272 Fixed B2015-065 and fix for setting default section in section combo box
Shortened page length of Attachment section; added Transition to Default Section’s step.
2015-05-20 13:48:15 +00:00
895f65322d B2015-052: For finding the Default Step section, if none is specified look for ‘PROCEDURE STEPS’ in the Display Text of the section 2015-04-27 15:08:53 +00:00
45d311bdfe increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053)
Add argument for pagenum transition processing (B2015-053)
Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051)
Add property for tracking of pagenum transitions (B2015-053)
For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052)
Pagenum transition processing – add 3rd pass for fix. (B2015-053)
2015-04-24 13:13:47 +00:00
8472fa86b0 Fixed issue of adding a transition to a Note that is off of a section header (title) 2015-03-06 19:27:41 +00:00
b52c7098f9 Reverted the first transition type back to not allowing the user to select a section
Fixed the transition logic so that the first transition type can be when the procedure you are transiting to does not have a default section named “Procedure Steps”.
2014-11-06 20:59:22 +00:00
7d1441c999 The FindSectionStart function will now auto correct an invalid value that resulted from the Copy Procedure function 2014-09-12 13:03:54 +00:00
Rich
a16ea8a6ac Fixed CopyItemAndChildren so that change bars are not changed for copied procedures.
Changed logic so that VE-PROMS source code can be located in either 16Bit or 16-Bit folders
This strips prerequisite step references from procedure text when printing
Recursive transitions cannot be added to procedure text.  If you try to add a transition to a step that contains the text of the step, you will be told that this is not permitted.
Default Change IDs were not being properly updated.
Added footer line to the debug rulers when creating a PDF.
Removed Prerequisite Step references in the PDF bookmarks
2014-07-22 00:05:06 +00:00
f675e6c866 BGE: Fixed RNO Tab from AER that is bullet
B2014-072: Do not display Page Number checkbox, transitions with page number are included in list of transition types
B2014-070: Fix null reference access if editing a procedure step title in the step editor when format uses change ids
BGE: RNO X-offset location and note/caution y-offset improvements
2014-06-05 12:52:29 +00:00
89c7496c57 BGE: Fix RNO tab when AER has ending parenthesis
BGE: Fix bug that left a ‘page number’ transition setting turned on for transition types that did not have this option.
BGE: Support for section continue messages (fix crash when access of null pointer), improved tabs for top continue messages in RNO column & when cautions/notes; adjust width of note/caution
2014-05-23 12:40:40 +00:00
0ef5a19cd5 Display pagenum formatting checkbox for BGE 2014-04-04 13:14:08 +00:00
9a0ffef782 Fixed null reference for redefining range transitions 2014-03-20 14:19:41 +00:00
7530ca00f3 For range transitions, don’t put ‘, Step’ in text twice if there is an optional section number
Added underline flag for transition text
Added support for underline flag for transition text and fixed bug where replace words that had underline on/off for ‘OR’ turned off underlining in transition text
If selectedindex for section list was -1, set to 0 and refresh the section list
2014-03-10 12:44:48 +00:00
4e445bbe20 Page Num Transition (for grids) 2014-01-22 12:06:56 +00:00
ef32061c72 Fixed section list to position on current sub-section 2014-01-20 17:31:31 +00:00
Rich
8ccdecf244 Changed Highlighting logic for range transition to only include steps or sections 2013-07-08 19:21:39 +00:00
Rich
aace632c9b Added logic to protect against failures when an invalid transition text is removed.
Added logic to protect against failures when an invalid transition text is selected.
2013-07-03 15:58:12 +00:00
Rich
78add0ccd2 Added a missing MAXRECURSION 10000
Changed Through Transition Format and User Interface
Added Automatic Print Options to shutoff DebugText (/NT), DebugPagination (/NP) and Compare (/NC)
Added logic to allow the use of the default path for PDFs.
Update the Print_PDFLocation property of the Working Draft when the user changes the value on the Working Draft property page.  Fixed Bug B2013-117
Set the date/time stamp for the Document based upon the current time.
Make sure that the output is set to Final without revisions and comments before ROs are replaced.
Added function to restore valid previous version of MSWord document if the current version is not a valid document.
Check for Null to eliminate errors.
Removed Unused field DocPDF
Support MSWord document restore function.
Add check for Transition Node count before updating values.
Restore latest valid MSWord document if the current version is not valid.
Eliminate File Commands so that the user can only close the MSWord section, and then verify if the changes to the document will be saved.
2013-07-01 17:39:15 +00:00
45fdbc4fe3 Fix B2013-125: crash when adding SHE procedures
Modify 'AND' range transition to actual selection of user
2013-06-27 12:51:55 +00:00
c121a2fce1 B2012-377 Fixed null reference for transition to empty procedure set 2012-12-17 17:04:44 +00:00
Rich
2549984e63 Added reference to Volian.Base.Library
Provides message to user when creating transition between different applicability steps
2012-12-04 23:05:11 +00:00
Rich
63f535a4d3 Remove unused commented code 2012-11-15 17:25:08 +00:00
b7bea9a5f1 logic to support transition to a non-numbered step
commented out test coding to save for now.
2012-11-14 19:18:47 +00:00
aac7de181c 2012-03-09 16:10:09 +00:00
09b1cce695 2012-02-15 15:02:06 +00:00
bf81c633e9 Now uses the defined TransMenu in the our dropdown list. 2012-01-27 14:30:37 +00:00
6ea027f133 2011-07-19 16:49:09 +00:00
e144ddc452 2011-05-05 17:32:47 +00:00
6ae9eb9653 2011-04-27 11:20:02 +00:00
7ea8e04e41 2011-04-26 12:00:22 +00:00
9474d194c8 2011-02-08 11:29:26 +00:00
Rich
e20796dfbf Fixed NextItems logic
Replaced duplicate logic in GetChildren with MyItems
Fixed logic to check for Sections = null
2010-11-15 17:01:36 +00:00
a9ec4d574f 2010-10-25 17:42:57 +00:00
18b9fb3c2e 2010-10-19 16:47:56 +00:00
ffd881ae42 2010-10-15 16:43:02 +00:00
d19352acb6 2010-10-07 12:44:21 +00:00
Rich
dc7eb108cb Correct cursor position after RO Insert
Correct dispose logic for transition destination ITEMs
Correct cursor position after Transition Insert
Correct logic to parse Transition Link Token
Correct Save Config to dispose of ITEM
Removed debug vlnStackTrace
2010-09-27 16:12:46 +00:00
22831cc08d 2010-09-21 18:36:49 +00:00
9388180ebc 2010-09-10 17:53:32 +00:00
Rich
d739a72c7b - Put RO Adjustment code prior to Replace Words - Match 16 Bit
- Replaced logic for Replace Words so that they are replaced sequentially through  the text rather than sequentially through the word list.
- Added DoTransitionAdjustments that adds hardspaces to Transitions.
- Changed the NextUnicode module to ignore Hard Spaces
- Added logic to find 'real' spaces in ROs and replace only them.  Spaces are  also used to terminate RTF commands.
Added code to handle "AND Range" Transitions
- Use new ToolTip property
- Use new MyStepSectionLayoutData
- Remove Debug
Remove unused code
Renamed TwipsPerPage to PointsPerPage
Adjusted Superscript offset to match 16-Bit
- Added Debug Code to compare 16-Bit and 32-Bit text
- Added Debug Code forr Pagination
- Added optional code to match 16-Bit pagination
Added Ruler for 6 and 7 lines per inch.
2010-09-06 19:39:44 +00:00