5335 Commits

Author SHA1 Message Date
fd21ef8e66 B2019-055 (re-fix of B2019039) Removed previous format change which caused issues entering hold points after a note
B2019-055 (re-fix of B2019039) added logic to check if previous note or caution have the same Type number in determining if the change bar should be extended from the previous change bar.
2019-04-09 15:58:55 +00:00
169f6a276d B2019-053: Inside section transitions without step number do not have PDF link 2019-04-05 12:18:02 +00:00
915264e6e8 B2019-039 – change bar extended from a Note through a Hold Point. Needed to set the OnlyBulletSameCautionNoteType format variable to true. 2019-04-04 17:16:21 +00:00
304860b7e2 B2019-054 Upon startup of PROMS, the initialization of ProcItem caused the list of PROMS databases to display. 2019-04-04 13:53:11 +00:00
917fda2bf5 B2019-038 Fixed issue where there was an extra blank line between a Note box and Hold Point box
Removed a duplicate Warning step type definition (that was not being used)
2019-04-03 18:55:37 +00:00
a2b10e0844 B2019-049 Added check for table in a Caution or Note to the TableLocation() logic
B2019-049 when printing a table that is inside a note or cation, use the single column setting of the TableCenterPos format value
2019-04-02 15:45:33 +00:00
abb89cc757 B2019-048: fixed crashes on approval dialog 2019-04-01 13:22:19 +00:00
5d6bfe1c45 C2019-009: Fix type of message box when doing Approve Procedure
C2019-014: Make Print Dialog consistent with Version Properties Dialog for duplex printing
2019-03-28 15:47:09 +00:00
a9ad0ed12a B2019-029: When a new annotation is created, unless you press save, it isn’t saved. The first fix caused a dialog to come up repeatedly for when save is selected. There is no longer a dialog and this was fixed with this update 2019-03-28 14:35:21 +00:00
389250bad3 B2019-044 Since the watermark switch on the print dialog can turn off the printing of a watermark, created a enum of the watermark options but without the “None’ option for use only on the Print dialog.
B2019-044 The watermark switch on the print dialog will now turn off the printing of a watermark when there is a default set at the working draft level.
2019-03-26 13:58:15 +00:00
676ebac6cd F2019-025 Added transition options to reference the main (default) procedure body
F2019-024 Changed “AP1000 ERG Step” to “EOG STEP”. Changed font of section titles on the display to Arial 12pt
2019-03-25 16:04:05 +00:00
8570148961 2019-03-25 14:12:11 +00:00
b29176f636 B2019-043 Added checks for being in design mode during initialization of variables
B2019-043 Added checks for being in design mode during initialization of variables.  Also needed to remove the parameter from the constructor
2019-03-22 15:19:19 +00:00
94f18653eb B2019-043 Added checks for being in design mode during initialization of variables. C2019-015 removed (hid) the Volian Web help menu option and place the About option as the last help menu option. 2019-03-22 15:16:44 +00:00
17ae2c3df7 B2019-041: The merging of pdfs crashes when there is a bad (corrupt) procedure pdf to merge 2019-03-22 13:15:43 +00:00
3aa1834cca B2019-040 A genmac macro reference was in the tab definition of the continuous action sequential sub step type. This was not needed and was removed. 2019-03-20 19:20:57 +00:00
915763948d F2019-023: various format changes 2019-03-20 14:01:56 +00:00
2e5471b5d3 B2019-036 The last update to this file had put in a line of code that attempted to delete a temporary directory but it could not (and is should not) and it caused an error before the transitions were processed 2019-03-19 14:52:25 +00:00
60d7ba4e88 B2019-029: When a new annotation is created, unless you press the save button, it is not saved 2019-03-18 14:48:43 +00:00
c16ebcf2ed B2019-035 Added better memory management to the import procedure set functionality, with focus on importing Word documents and Library documents. Also, when a library document is added via an import, the modified date/time of the library document is appended to the library document name 2019-03-15 19:03:07 +00:00
c9c26d235a B2019-034 Added logic to handle when the user manually bolds and/or underlines a word that would normally be bolded and/or underlined via Replace Words 2019-03-15 18:23:34 +00:00
c0285dc3e1 F2019-022 The Placekeeper section type was mistakenly removed. Put it back in 2019-03-15 17:53:38 +00:00
f78e7fde23 B2019-033 Check for and handle if a RO Group name was stored in the database with spaces replaced with two under bars when trying to save changes to a group name 2019-03-13 17:37:01 +00:00
7aa2251bb6 F2019-021 Removed the page boarder, and changed the column headings 2019-03-13 14:22:44 +00:00
76bd61b435 C2019-012: Merge pdfs 2019-03-12 12:56:58 +00:00
cfcf9de352 Static class that contains the FixFileName() function which will replace invalid file name characters. 2019-03-11 19:03:05 +00:00
459f0d0725 B2019-032 – Clean up the UpdateROReport file name by replacing invalid file name characters 2019-03-11 19:02:33 +00:00
07cb448b60 F2019-020 Bold and Underline logical words in High Level Step 2019-03-08 19:00:58 +00:00
35532fceca F2019-019 Bolded everything in the alarm box and left justify the text in both columns. Removed the Window ID and Serial Number check boxes from Procedure Specific Info. Hard coded Window ID in alarm box for local alarm section type, and Serial Number for the control room alarm type. 2019-03-08 13:52:12 +00:00
Rich
c903806f20 B2019-031 - Alarm Procedures that use ROLookup to retrieve RO Return Values from an Alarm RO database. If the Alarm ID contains a comma, it was being truncated at the first comma. 2019-03-07 18:21:05 +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
7e4770d76d B2019-030 Set TopMost to true in constructor so this type of message box is always on top. 2019-03-07 17:58:51 +00:00
3fc34d516e F2019-018 – only underline “IF”, “THEN”, “WHEN”, “NOT”, “AND”, and “OR” in the high-level step since it is already bolded, but underline and bold these words when used elsewhere 2019-03-06 19:59:27 +00:00
6d9c718e3b F2019-017 Bold and underline logical words, THEN and AND start on next line when preceded by a comma. 2019-03-05 21:02:05 +00:00
1965776b74 F2019-016: fix replace words typos 2019-03-01 13:20:23 +00:00
ad8f2fbad4 F2019-016: fix replace words location and typos 2019-03-01 12:58:18 +00:00
716d641066 F2019-015 already had a Revision Summary section type, adjusted to make all the same format wise
F2019-015 added a Revision Summary section type
2019-02-27 16:44:30 +00:00
ca0ab6552e F0219-014 Needed to re-add the conditional words to the replace word list 2019-02-26 17:31:24 +00:00
7008c42621 F2019-012 align the checkoff lines, F2019-013 Add a Placekeeper and Continuous Action Summary section types 2019-02-21 20:24:51 +00:00
3419b1b7b0 C2019-008 Added check for type of image (RO or imbedded) when the Insert Before/After is done while on a Figure substep type. If inserting a RO Image, the RO tab on the Step Properties panel is opened 2019-02-20 17:23:43 +00:00
0369a7f269 B2019-028: Line spacing at the top of a page may be incorrect if a section contains subsections where a step section follows a Word section. 2019-02-18 16:41:43 +00:00
c74d49791e 2019-02-15 19:02:19 +00:00
9e5ed20aa2 B2019-022: UCF replace word dialog, remove unsupported flags for case sensitivity (all & first) 2019-02-12 14:04:02 +00:00
9ead3da79f F2019-010 Format tweaks for better pagination. Added End and Continued message per writer’s guild
F2019-010 added default header, cover page, and combined background/deviation template
F2019-010 Format tweaks for better printing
F2019-010 Added cover page
F2019-010 – Added default header and cover page
F2019-010 – removed page border for single column mode
F2019-010 – default header
B2019-021 – Consider checkoffs when printing continue message, adjust the position of the table drawn around checklist steps
2019-02-08 19:57:56 +00:00
c6d39078e2 Increased the width of non-step editor Alarm sections so that the signoffs will align properly. Also note that the page number was removed (for now) from the top header as we plan on special page numbering when the entire Working Draft node of an alarm is printed. 2019-02-08 15:25:10 +00:00
94cc5c22aa C2014-009: Allow for edit/print of Notes & Cautions off a sub-step in the right column of Condition Response table (Calvert personnel made update request) 2019-02-07 13:12:01 +00:00
31033ae63f B2019-014: Import of incorrect file type crashes; B2019-015: Improve message on import of UCFs. 2019-02-06 14:29:12 +00:00
af5ca6171f B2019-019: Add message to baseline output for duplex blank page message 2019-02-04 14:10:01 +00:00
d144f8653d B2019-009 Enable the Copy Step button when on a RNO step type
B2019-010 Don’t allow a CopyStep Paste Before or After when on a RNO step type
2019-01-29 20:40:28 +00:00
90d3e98966 C2019-006 Added logic so that we can use ROLookup() in a pagelist PSI conditional statement and so that we can have more than one call to ROLookup() on a single pagelist line. This was put in for the Barakah Alarm format 2019-01-29 16:09:01 +00:00