jjenko
e5740d6a95
Created a Supplementary Attachment section format type that prints only the section title, does not print the Foldout on back pages, and does not have an end of section message (like the Purpose, Symptoms and Entry Conditions section type but the title is centered and it has the section page numbering) Also created a Non-Bolded Standard High Level Step type.
2019-05-01 18:37:22 +00:00
jjenko
774ff846b3
Added a Check Mark and a Heavy X to the symbol list
2019-04-30 18:48:08 +00:00
jjenko
0e7b5d25ac
B2019-063 Turned off the printing of foldout pages prior to the Revision Summary section.
2019-04-29 14:47:58 +00:00
jjenko
536f7efb7e
B2018-152 Added a message box for case where user deletes all of the text in a step element, then selects one of its substeps. Added logic to handle the deleting of the that step if user selects YES from message box.
2019-04-26 15:07:52 +00:00
jjenko
456909e848
F2019-034 Turned off the SpecialStepsFoldout docstyle flag so that the lines of text do not appear compressed. Also adjusted the starting position of the first step and page length.
2019-04-24 14:03:41 +00:00
jjenko
3da1b7192a
B2019-016 include RNO step type in the list of step types to search
2019-04-23 19:12:28 +00:00
jjenko
550200acf6
B2019-023 Fixed case sensitive search in Word attachments
...
B2019-016 include RNO step type in the searchable list
2019-04-23 19:11:44 +00:00
jjenko
31c744af4b
B2019-016 Set Searchable to True for RNO step type
2019-04-23 19:09:57 +00:00
jjenko
c30518c4fe
F2019-033 Added Flag to position the top continue message at the left margin
...
F2019-033 Added flag to position top continue message at the left margin
F2019-033 Added logic to support format flag to position the top continue message at the left margin
2019-04-17 19:52:00 +00:00
jjenko
644e289561
B2019-059 – replaced a hard coded 12 with SixLinesPerInch variable
...
B2019-059 – only one blank line after a figure
2019-04-17 17:59:20 +00:00
jjenko
e803ec1cb2
B2019-037 added logic to replace ~ and # characters with superscript and subscript commands
2019-04-17 17:08:03 +00:00
jjenko
0fccb2af79
B2019-037 added format flag to allow use of ~ # characters as token characters for superscript and subscript in RO return values
2019-04-17 17:07:14 +00:00
jjenko
70692e9d77
B2019-037 added logic to replace ~ and # characters with superscript and subscript commands
2019-04-17 17:06:37 +00:00
jjenko
b970920ee5
B2019-037 added format flag to allow use of ~ # characters as token characters for superscript and subscript in RO return values
2019-04-17 17:05:11 +00:00
jjenko
99c5cfc6c6
B2019-037 added format flag to allow use of ~ # characters as token characters for superscript and subscript in RO return values. Initialized as False
2019-04-17 17:04:37 +00:00
jjenko
45fef89e6a
F2019-032 Removed the section continued message.
2019-04-16 14:08:27 +00:00
jjenko
5c93f04940
F2019-031 Adjusted the spitting of section titles when printed for attachment sections
2019-04-11 17:37:55 +00:00
jjenko
40a7f674f1
F2019-030 Added end message to the Word attachment sections
2019-04-11 14:33:52 +00:00
jjenko
c8b01d803c
B2019-057 The override width on sub-steps without tabs (i.e. paragraph) was being reset back to non-override value. Added logic to not do this if the step type has a width override set in the format.
2019-04-10 18:45:01 +00:00
jjenko
23d3774cdf
F2019-026 Text for Cautions and Notes runs past the edge of the page border. Adjusted the width of the Cautions and Notes.
2019-04-10 18:44:27 +00:00
jjenko
0824aee647
F2019-029 don’t do ReplaceWords in Tables. B2019-056 – Turn off MixedCautionsAndNotes so that we get proper bulleting on multiple Hold Points (Caution2 type)
2019-04-10 17:18:50 +00:00
jjenko
b3b98dacff
F2019-028 Turn off step compression
2019-04-10 12:42:35 +00:00
jjenko
8dd8b95b7a
F2019-027 include section for oversized page sections in table of contents to be consistent with other word attachments
...
F2019-027 Add Table of Contents section type
F2019-027 Add Table of Contents section type to be consistent with two column format
2019-04-09 17:47:48 +00:00
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
c0285dc3e1
F2019-022 The Placekeeper section type was mistakenly removed. Put it back in
2019-03-15 17:53:38 +00:00
jjenko
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
jjenko
7aa2251bb6
F2019-021 Removed the page boarder, and changed the column headings
2019-03-13 14:22:44 +00:00
jjenko
cfcf9de352
Static class that contains the FixFileName() function which will replace invalid file name characters.
2019-03-11 19:03:05 +00:00
jjenko
459f0d0725
B2019-032 – Clean up the UpdateROReport file name by replacing invalid file name characters
2019-03-11 19:02:33 +00:00
jjenko
07cb448b60
F2019-020 Bold and Underline logical words in High Level Step
2019-03-08 19:00:58 +00:00
jjenko
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
jjenko
17260519e3
B2019-030 Use FlexableMesageBox instead of MessageBox so that it is always on top.
2019-03-07 18:02:31 +00:00
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
ca0ab6552e
F0219-014 Needed to re-add the conditional words to the replace word list
2019-02-26 17:31:24 +00:00
jjenko
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
jjenko
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
jjenko
c74d49791e
2019-02-15 19:02:19 +00:00
jjenko
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
jjenko
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
jjenko
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
jjenko
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
jjenko
056f4e3f83
F2019-008 Added PSI fields for default Alarm Point information which is used when not found in the RO database. F2019-009 Created separate section types (styles) for Local and Control Room alarms
...
Tweaked the checkoff line length
2019-01-29 16:08:22 +00:00
jjenko
ed895209f7
C2019-005 Added a Top Continue message the included the high level step tab and step text, and allow for bolding the tab while underlining and bolding the step text.
2019-01-21 18:20:14 +00:00
jjenko
b874d9e92e
B2019-011 Better align the First level sub step tab with the high level step tab
2019-01-21 18:19:41 +00:00
jjenko
29f2e34fd8
F2019-007 Added headers, Alarm Panel, PSI info based on examples and writers guide provided. Consolidated high level step type to just one removed not needed section types
...
F2018-007 Added line to be used in the page header
2019-01-21 18:18:21 +00:00
jjenko
faa481b593
F2019-006 Added a Continuous Action Summary section type that is not included in the total page count.
2019-01-15 13:37:56 +00:00
jjenko
21453adbca
F2019-005 Added a Word section type that does not print a PROMS generated header
2019-01-09 17:08:27 +00:00
jjenko
7a4a8f6242
F2019-003 – added the checkoff header page list token so that if a checkoff header is selected, it will print.
...
F2019-002 – the top continue message was not defined in the format but PROMS was printing one anyway. Found for other plants we simply created a NULL top continue message to remove it.
F2019-004 – made the cove page consistent with the single and two column formats. Removed the “Document Cover Sheet” section type
F2019-003 - Adjusted the macro that draws a line for the Initials checkoff
F2019-004 - Updated the copyright to 2019.
2019-01-04 17:25:27 +00:00
jjenko
c22f8634af
F2019-001 Added a blank Top Continue message so that it does not print if a step is continued.
2019-01-04 15:40:29 +00:00
jjenko
529821b4b0
Made header consistent with the two column format and cleaned up the list of section types.
...
Cleaned up the list of section types and adjusted the cover page pagelist items.
Made header consistent with the two column format.
Cleaned up, added comments
2018-12-14 19:52:29 +00:00
jjenko
dcefdc8754
C2018-037 Added Barakah specific EULA to PROMS
2018-12-10 15:41:52 +00:00
jjenko
14abfda0aa
C2018-036 Added check for EULA file changes and additions
2018-12-10 13:17:17 +00:00
jjenko
3c4461a5ab
Make the naming of a box macro consistent, no visible difference
...
F2018-046 Adjustments needed to support the replacement of a box page header to a single line.
F2018-046 Titles are printed as is instead of forced upper case, Page headers are now a single line with Procedure Number, Procedure Title, Page Number and Revision Number
Removed page boarder from single column sections (as is down in their printed writer’s guide)
2018-12-07 20:30:37 +00:00
jjenko
e92fe1cf6d
F2018-045 Initial check-in – copied from Westinghouse format and modified.
2018-12-07 13:33:32 +00:00
jjenko
cf0a93fe4a
B2018-148 Changed dropdown type for Results Type to dropdown list so that the user cannot type text in that field.
...
B2018-148 Changed dropdown type for Select Procedure and Select Section to dropdown lists so that the user cannot type text in that field.
2018-12-04 20:50:54 +00:00
jjenko
62a4d3de06
F2018-043 Added Procedure Specific Info definition. so that it can be entered and printed on the cover page
2018-11-28 17:34:20 +00:00
jjenko
107d16f70b
B2018-147 Added Try/Catch, a static Boolean, and a message box to trap and inform user how to set the pdf viewer so that it creates separate processes for the two PDF documents that are being compared.
2018-11-16 20:09:52 +00:00
jjenko
dad929da41
B2018-142 – added Null checks so that an un-linked background document can be deleted
2018-11-07 13:09:14 +00:00
jjenko
5fb0136cbb
B2018-141 Remove duplicate section number from background step tab. B2018-142 – added Null checks so that an un-linked background document can be deleted
2018-11-07 13:08:03 +00:00
jjenko
7c40e22186
recheck-in fix for B2018-139. Previous update excluded this fix.
2018-11-05 15:14:42 +00:00
jjenko
98c04c8f0a
B2018-139 added checks for HLS, Cautions, Notes when processing Background text so that the left margin will be used in positioning the tab and text
2018-10-31 14:39:32 +00:00
jjenko
6ab7801387
Source Safe’s merge kept two declarations for DisplaySearch1 during check-in. One was removed to resolve compiler error.
2018-10-16 16:20:29 +00:00
jjenko
f0302b589d
C2018-033 added enum lists for the date/time formats to use for a PDF prefix or suffix
...
C2018-033 added logic to save selected prefix and suffix date/time format to the config
2018-10-16 16:06:37 +00:00
jjenko
97808ce081
C2018-033 added drop-down lists to choose a date/time format for a PDF prefix and suffix
2018-10-16 16:05:19 +00:00
jjenko
204a8591cd
C2018-033 added a switch to turn on/off the date/time PDF prefix and suffix. It will be available only if a date/time prefix or suffix is set in the workingdraft property page. Logic also added to not use the date/time prefix or suffix if the user is generating Linked PDFs. B2018-137 added check for Placekeeper format flag when expanding the Additional Settings panel.
...
C2018-033 added a flag to turn off adding the date/time prefix and suffix when generating automatic baselines.
2018-10-16 16:03:36 +00:00
jjenko
7cdee97583
2018-10-10 17:09:08 +00:00
jjenko
1c5993b87f
B2018-136 logic now uses the procedures that are checked in the checkbox list of procedures (right panel) for the consistency check.
2018-10-09 12:55:10 +00:00
jjenko
37fb880794
C2018-003 corrected use of MyActiveSection vs ActiveSection and added NULL checks
2018-10-08 15:30:05 +00:00
jjenko
a45b66fe8c
B2018-134 when searching specifically for Outside Transitions, we need to pass an empty list of procedure sets to the stored procedure, so that it will look at all of procedure sets. B2018-132 Removed the extra number when building of the step element panel title. C2018-032 Changed to label next to the Transition Type list to “Type” and the label next to the Transition Category to “Category”.
2018-10-02 15:38:44 +00:00
jjenko
d5514caf4c
2018-09-27 18:12:36 +00:00
jjenko
52e1db8b0c
B2017-230 logic to call stored procedure that checks for the usage of a given applicability
2018-09-27 15:11:50 +00:00
jjenko
bd265442d3
B2017-230 Added a stored procedure and function to check for the usage of a given applicability.
...
B2017-230 added references to working draft property page to all applicability usage check results to appear in the Search panel results pane.
B2017-230 Added a check for the usage of the applicability that the user wants to remove.
2018-09-27 15:11:09 +00:00
jjenko
e5938b1815
B2016-058 Context menu at the procedure level will read “Collapse Procedure”, at the section level it will read “Collapse Section”, at the step and sub step levels will read “Collapse”.
2018-09-27 13:53:57 +00:00
jjenko
d0ce429883
C2018-031 added CheckAndFixBorderArrays() that will correct the table border arrays only if needed, prior to editing a table.
2018-09-27 13:19:34 +00:00
jjenko
0fc87fdbaa
C2018-030 Adjusted the label size (length) on the check box so that we can now see the entire label’s text: “Search RO and Transition Text”
2018-09-25 19:07:23 +00:00
jjenko
f8d1055756
B2018-129 MRU list was being cleared. Needed to remove a (string) typecast in an IF statement.
2018-09-18 19:46:57 +00:00
jjenko
1d113b519d
B2018-127 Use the row and column from the merged cells range to update a selected table cell.
2018-09-14 14:06:04 +00:00
jjenko
d2a442e385
B2018-128 Added check for font change command. Fixes inserting RO’s containing hyphens into tables, preventing an extra space to appear after the hyphen.
2018-09-14 14:05:27 +00:00
jjenko
6a660a8c67
F2018-041 updated logic to handle the positioning of a sequential substep that is a child of a Title With Text Below step (i.e. Basis title in enhanced backgrounds) – for Wolf Creek Enhanced Documents
2018-09-12 15:33:37 +00:00
jjenko
f95ac3dbdd
C2018-029 The tree panel in child windows (separate windows) will now display the name of the procedure set that is in that child window
2018-09-11 19:45:14 +00:00
jjenko
8cdc686f11
B2018-124 no longer need AllowedWatermarks list
2018-09-10 19:35:45 +00:00
jjenko
010aa08668
B2018-124 pass in the text from the listbox for the watermark text
2018-09-10 19:34:36 +00:00
jjenko
5783621f78
B2018-123 Separate Windows, when last proc tab is closed in main window, remove doc version id from AllDTCs dictionary and reset the VersionID variable to zero to tell PROMS the main window is available. This allows the next procedure opened from a different set to display in the main window.
2018-09-10 17:44:22 +00:00
jjenko
d2e2461f96
C2018-027 – updated the tool tip text for the panel that displays the list of procedure sets to search.
2018-09-07 14:52:52 +00:00
jjenko
19598fad87
B2016-063 spell checker will now always stop at the end of a step section
2018-09-06 19:34:58 +00:00