Commit Graph

5195 Commits

Author SHA1 Message Date
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
Rich 6934fa5c9a B2018-140 CP - Top Continue Message was overlapping the Table outline 2018-11-05 13:06:51 +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
mvickers 456afbebf7 The Approved By signature lines on the cover pages have been modified to accommodate longer signatures. SRI Withholding was better centered at the top of the pages. F2018-042. Approved By line was lengthened and the Date line was better aligned to match the other cover page types.
The Approved By signature lines on the cover pages have been modified to accommodate longer signatures.  SRI Withholding was better centered at the top of the pages.  F2018-024
2018-10-25 17:59:03 +00:00
mvickers 7eb501ca12 The Approved By signature lines on the cover pages have been modified to accommodate longer signatures. SRI Withholding was better centered at the top of the pages. F2018-042 2018-10-25 17:57:48 +00:00
mvickers f77066b9ca The Approved By signature lines on the cover pages have been modified to accommodate longer signatures. SRI Withholding was better centered at the top of the pages. In the ComPeakFlex format, the Approved By line was lengthened and the Date line was better aligned to match the other cover page types. F2018-042 2018-10-25 17:56:49 +00:00
mvickers b785588f7a The Approved By signature lines on the cover pages have been modified to accommodate longer signatures. SRI Withholding was better centered at the top of the pages. 2018-10-25 17:56:18 +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
Kathy d05b0657f4 C2018-034: Add XSL file support to the Sync program 2018-10-10 14:41:03 +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
Kathy b1e6d50716 F2018-026: various formatting items 2018-10-08 14:28:51 +00:00
Kathy 6e2f4ca31e B2018-126 & B2018-133: Issues with library document usages – fixed sql error caused by 10/2/18 update 2018-10-04 10:42:46 +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
Kathy b0b15cff0b B2018-126 & B2018-133: Issues with library document usages 2018-10-02 13:00:22 +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
Kathy d36876bedf B2018-125: Could remove annotation type if newly created and used without exiting program 2018-09-21 13:19:47 +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
Kathy 341a1d3e6a B2018-118 additional change to fix incorrect ordinal for enhanced tab if no related source caution/note found 2018-08-29 15:49:20 +00:00
Kathy e868ce2e9e B2018-120: change of step type (caution/note) that has enhanced was not changing enhanced type. 2018-08-29 15:48:40 +00:00
Kathy a2c3844ffd B2018-118: Enhanced tabs are incorrect when mix of (linked & unlinked) Cautions/Notes 2018-08-28 15:10:55 +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
mvickers 35b4a336d6 Closed F2018-040. Found internally that the notes and cautions weren’t printing to the right margin. The Purpose text was also not printing to the margin when with a note or caution. 2018-08-24 18:36:31 +00:00
Kathy 295cb2a74b B2018-115: Incorrect step types getting created in background documents 2018-08-24 15:54:24 +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
Kathy fefa774b12 F2018-039: Ginna – add section number to tab in backgrounds 2018-08-23 15:27:14 +00:00
jjenko 2526fc6abc Bug Fix B2018-114 Null reference check on the Get for LinkedOrdinal 2018-08-23 12:45:50 +00:00
Kathy c257f4b4bb B2017-014: Adding a sub-section where section has steps creates 2 section part nodes in the tree 2018-08-21 13:22:06 +00:00