Commit Graph
100 Commits
Author SHA1 Message Date
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
jjenko fafaf62b6d B2016-057 Don’t enable the Approve button if there are rev numbers that need fixed, C2018-008 Redesigned of the user interface to make less confusing, C2018-025 We were not checking for more than one procedure with the same procedure number when generating the consistency check procedure list.
C2018-026 Added a menu option off of the Versions tree node menu, to view the notes added when the approval or workflow stage was done
2018-08-31 18:28:17 +00:00
jjenko 06e24894a3 B2018-119 in building the step tab we needed a check to make sure we were processing a step and not a section. 2018-08-28 14:58:02 +00:00
jjenko 1b9fbf27b5 B2014-024 PROMS was crashing with a Null Reference error when opening and closing procedures in split screen mode. 2018-08-27 15:20:26 +00:00
jjenko 813d48daaa B2018-116 added a null reference check in logic that allow you to unlink a background step 2018-08-23 16:41:49 +00:00
jjenko 2526fc6abc Bug Fix B2018-114 Null reference check on the Get for LinkedOrdinal 2018-08-23 12:45:50 +00:00
jjenko ff2b4c5e85 F2018-035 Created a sub format to WCNSAMG for the data entry of the Purpose, Symptom and Entry text in the SAMGs. The sequential sub steps at all levels are numbered and the first three levels include its parent tab number. .A sub step type called “First Level Sequential” was created which will align the sub step tab with the high level step tab 2018-08-10 14:34:09 +00:00
jjenko 4ad9fd65bf B2108-112 Use IsAllowedToEdit in call to SetButtonEnablingForEnhanced() so that a reviewer cannot toggle out of View mode, and cannot delete from the context menu.
B2018-112 Added IsAllowedToEdit method for use in setting up the menu and context menu items
2018-08-08 15:23:38 +00:00
jjenko 776671b40a F2018-036 Initial check-in of the Wolf Creek SAMG Background format 2018-08-07 17:55:42 +00:00
jjenko 63932cd2c9 C2018-023 added a “/NW” switch for use with the automated print testing (batch file) to turn off the inclusion of Word attachment text in the metafile 2018-08-02 13:10:40 +00:00
jjenko 601b4edfb7 Replaced Rtf2Pdf.FixText with TextForBaseline.FixText
Moved the FixText logic to DisplayText.cs
Replaced Rtf2Pdf.FixText with TextForBaseline.FixText
2018-08-01 15:07:31 +00:00
jjenko 7a0edda568 C2018-017 Put description of all know symbol characters in the baseline meta file
C2018-018 Put the contents of the Word sections in the baseline meta file
2018-08-01 15:05:22 +00:00
jjenko 8f180f14d2 B2018-109 Fixed Tool Tip error on procedure that began with a space, in the Consistency Check dialog 2018-07-30 15:17:01 +00:00
jjenko 5bf50a92df B2018-108 Getting two blank pages between some attachment sections (step editor) in procedures using duplex foldouts (floating foldouts) 2018-07-25 14:47:20 +00:00
jjenko 23ddfe0cbd B2017-038 – Needed to disable the Search button for a Transition Search until a format is selected. 2018-07-12 13:34:10 +00:00
jjenko 44322ba5bf B2018-107 – Need to convert rtf hard space (\~) to the hard space character when printing tables 2018-07-10 20:13:20 +00:00
jjenko 2b430568fa B2018-098 Don’t adjust the text width if the parent item is in BoxIt mode 2018-06-21 15:13:39 +00:00
jjenko 05396b6b86 B2018-098 adjust the symbol bullet (use VESymbFix instead of FreeMono) 2018-06-21 15:12:53 +00:00
jjenko e50264ec9a B2018-097 handle a null reference when generating an enhanced document step tab. 2018-06-20 14:51:30 +00:00
jjenko f8256c3ce5 C2018-019 don’t allow for two “.pdf” extensions on a temporary file name. 2018-06-13 18:41:40 +00:00
jjenko 95d181c3a6 B2018-082 Fixed null reference bug when deleting a folder tree node after deleting its working draft node 2018-06-04 15:52:56 +00:00
jjenko 128c3c6685 F2018-029 Turned off step compression 2018-05-25 14:31:41 +00:00
jjenko 6967c42baf B2018-080 Don't break if HLS and High Level RNO each have one line of text and there are substeps (keep single line HSL and High Level RNO with their substeps)
B2018-080 NULL reference fix (was preventing a procedure from being printed)
2018-05-24 14:50:22 +00:00
jjenko 89f046e792 Code cleanup – removed unused format setting
B2018-079 Calvert pagination fix. Don’t need to count phone list length when calculating space on the page. Phone list is printed below the footer and defined page length.
2018-05-18 19:22:57 +00:00
jjenko 7bb4f9c680 B2018-077 Fixed the printing of a table that is inside of a Note. The table was printing outside the note box and overwriting the high level step text below it. 2018-05-16 20:13:51 +00:00
jjenko b8d9de399c B2018-073 Adjusted the format setting for the printed title length so that it wraps properly in the page header of the deviation step pages. 2018-05-09 15:48:27 +00:00
jjenko b5df7ffc1c B2018-072 Fixed infinite loop when expanding last step of procedure that has only a high level RNO with substeps 2018-05-08 19:58:29 +00:00
jjenko aadb3c718a C2018-014 rename Compare PDF checkbox to Overlay PDF, rename Meta File check box to Baseline Testing, added tool tips
C2018-015 add PROMS version number, SQL server name, database name, procedure folder tree info, procedure number and title to meta file.
C2018-015 add debug pagination info to meta file
2018-05-02 19:21:19 +00:00
jjenko b5787b153c C2018-015 made fields to get SQL server name and database name static for use in generating the baseline meta file. 2018-05-02 19:12:49 +00:00
jjenko b2d714e584 F2018-028 Added the DoDevDate flag 2018-04-26 15:54:49 +00:00
jjenko f2fc715f1d B2018-065 Continue message were not always printing the proper step information, if the plant’s continue message included the step/subtep number. 2018-04-23 19:04:36 +00:00
jjenko 62028e030c C2018-012 code cleanup and improved design of print dialog 2018-04-20 19:33:38 +00:00
jjenko 5e14c950be C2018-011 Get the number of pages of a word attachment from the saved pdf attachment when generating a meta file. 2018-04-18 12:41:47 +00:00
jjenko 9ad76cb7a3 B2018-060 meta file showed extra newline character when printing a tab bullet. The visual studio rtf class is doing this beyond our control. We added logic to remove the extra newline characters. 2018-04-17 16:14:32 +00:00
jjenko ff796c7e1c C2018-004 logic to print meta file information
C2018-009 logic to print PROMS version on PDF pages
2018-04-12 20:33:52 +00:00
jjenko 72a91a6431 C2018-004 logic to print meta file information
C2018-009 logic to print PROMS version on PDF pages
2018-04-12 20:31:04 +00:00
jjenko 5cff214b0e C2018-004 logic to print meta file information
C2018-004 pass itemid for use in meta file output
2018-04-12 20:30:30 +00:00
jjenko 6732591fc5 C2018-009 logic to pass the PROMS version number down to the iTechSharp
C2018-004 Close the DebugMeta.txt file after printing
C2018-004 Added class for generate a DebugMeta file.
2018-04-12 20:29:31 +00:00
jjenko aa7a427dd1 B2018-059 Don’t close the calendar when the month or year button is selected
C2018-009 Added a check box to print the PROMS version number on each page of the PFD
2018-04-12 20:28:06 +00:00
jjenko 79ba3c5388 C2018-009 added “false” argument so PROMS version number does not print on PFDs when an Approval is done 2018-04-12 20:25:50 +00:00
jjenko 13c3246f0c C2018-009 added static function to be called to print version number on PDF pages 2018-04-12 20:25:16 +00:00
jjenko 89128764b7 F2018-025 Treat the HSL with a “.0’ as a section number/title and the first level substeps as high level steps, adjusting the tab numbering and positions accordingly through all the substep levels 2018-04-11 19:44:37 +00:00
jjenko c93cee7f20 Remove the underline property for high level step type 50 (Step with.0) 2018-04-11 19:43:48 +00:00
jjenko ff0da96bad B2018-058 Proms was putting V.C. Summer’s End Message on a page that didn’t have room for it. PROMS pagination logic will now properly calculate the space for the end message when considering page breaks 2018-04-04 19:14:18 +00:00
jjenko 3acba6eff2 B2018-053 modified the tool tip for the Adjust Size button. Removed the part about the table background turning grey 2018-03-22 20:20:32 +00:00
jjenko 0ca73a5eae F2018-023 added a transition “{Sec Num} Step {First Step} ( To a different section )” 2018-03-22 18:10:25 +00:00
jjenko d97b6bccf5 B2018-054 Added a HasSectionContent method to tell us if a section has sub-sections (used in frmSectionProperties.cs)
B2018-054 Don’t allow user to change a step section (with no steps) to a word section, if that section has sub sections
2018-03-21 18:57:07 +00:00
jjenko b0269d4f56 F2018-022 added an AppendDotZero step type flag to append “.0” to a high level step number 2018-03-21 17:12:43 +00:00
jjenko a99e5f1fef A "Step with .0" high level step type was added, using the AppendDotZero step type flag. 2018-03-21 17:11:40 +00:00
jjenko 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
jjenko bea96c9833 F2017-062 Added template for enhanced backgrounds 2018-03-20 18:02:11 +00:00
jjenko bd862bd9ac F2018-019 Created a short form deviation format 2018-03-16 16:20:33 +00:00
jjenko daf19ec057 B2018-048 Opening an item from search results would sometimes be caught in an infinite loop. The code was trying to use the dictionary for open PROMS windows even when the Separate Windows mode was not active. 2018-03-15 14:16:15 +00:00
jjenko 678018c4a1 C2015-022 Separate Windows Upgrade – For Right Mouse Click, don’t allow Insert Folder Before/After in child windows and when a procedure set is in child window, only allow the Insert of a folder tree node. 2018-03-12 14:38:21 +00:00
jjenko 725f5d651f Code cleanup – commented out non-reachable code
C2015-022 Separate Windows Upgrade – child window support for CopyStep, code cleanup
2018-03-12 14:37:40 +00:00