Commit Graph

  • 767fbc8a7f B2016-134 The logic used to position steps was using the parent location rather than the previous step. This was causing steps to overlap in the edit window. The Drag Indicator for Folders and Procedures was being shown as red for after the selected item or blue for after the selected item. This was just causing confusion in the manual, so the color was changed to always be red. The message "No Section Content" for an empty section (A Section with no steps) was printing overtop of the text of previous steps when the sections were set to print continuously. The code was changed to only show this message if the pagination for the section was set to separate. Somehow, about 13 sub-steps have Grid records in the Wolf Creek data. These items were AND steps, Explicit OR steps and Paragraphs. They printed the grid with a Tab (small letter "o"). The code was changed so that Grids do not print the Tab. Rich 2016-05-23 12:38:15 +00:00
  • e9aea4eeb5 WCN has many sections that do not contain steps. The pagination logic has been changed to support Sections without steps. Rich 2016-05-19 18:12:42 +00:00
  • 7f38f14657 Use config data to determine whether a step is enhanced rather than format flag EnhancedLinkedStep Remove EnhancedLinkedStep format flag Remove unnecessary comments kruffing 2016-05-19 12:57:29 +00:00
  • 8a43e3d5dc Remove EnhancedLinkedStep For unlink prompt, remove ‘Cancel’ button (redundant) kruffing 2016-05-19 12:56:07 +00:00
  • 9af6ea60fb Add the No Header Word Accessory Page section for printing large Word sections mvickers 2016-05-18 20:00:43 +00:00
  • 3d62b2c50a Additional logic added to try and find a step editor section that could be the default step section, when one was not set. jjenko 2016-05-18 19:48:09 +00:00
  • ea890ff0fa Added compression, partial step compression and the Word page style for large word sections Added partial step compression and the Word page style for large word sections Added the Word page style for large word sections mvickers 2016-05-18 17:35:01 +00:00
  • 4d54dcee7b Default Step Section checkbox stayed visible when adding a new Word section jjenko 2016-05-18 17:29:42 +00:00
  • 7db720b1f3 Remove old debug output Rich 2016-05-18 14:16:45 +00:00
  • 298377980f If the user choses to link to an existing item and then clicks on the dropdown and does not select an existing item, the code will wait for another action to be taken. Without this change the code was crashing. Rich 2016-05-17 20:32:22 +00:00
  • 3b4d15b7dd Fixed issue where the first step of the second section was printing on top of the section title, when the second section prints with the continuous setting. Needed to use a different variable which better represented the y position of the text. jjenko 2016-05-17 20:07:30 +00:00
  • f4b05839fa B2016-122: from Document Version Properties form: click OK crashes if remove enhanced links done first. B2016-122: Added a DocVersion.GetFromDB to get data directly from db (not from cache) Support subsections when setting context menu items for enhanced links kruffing 2016-05-17 11:29:30 +00:00
  • cd523e12a6 Added a check for a Figure substep type without an RO reference jjenko 2016-05-13 19:00:58 +00:00
  • 5942d14798 Changed the “Search RO Text” checkbox label to “Search RO and Transition Text” (B2016-110) Fixed null reference issues when adding/deleting Figures off of Figures (B2016 -111) Added a public method that will set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107) When a new Figure substep is added, the Step Properties Panel is automatically opened with the RO tab selected. Changed the RO button in Step Structure grouping of the Insert tab to read “RO Figure”. jjenko 2016-05-13 19:00:03 +00:00
  • 65ad595afc Enabled insert Next and Previous on the Figure substep type (B2016-111) Set the cursor focus to the Find Text box when Find/Replace is first started (B2016-107) Added a Cancel button to the “Reopen Last Database” dialog, which will exit PROMS jjenko 2016-05-13 18:58:14 +00:00
  • 0697d763f3 Exclude MSWord sections from unlinked items Only include 16 Bit Links that have a RecID that have a "0L" prefix. Rich 2016-05-13 18:44:54 +00:00
  • acffe4982e Use the PDFToken from the Enhanced Document DocVersion Config to identify Enhanced Document links. Rich 2016-05-12 16:05:04 +00:00
  • 15f3b2ce09 Enhanced: rename a method name for clarification Enhanced: convert 16-32 bit link data at procedure level Enhanced: convert 16-32 bit link data at procedure level. kruffing 2016-05-12 12:48:34 +00:00
  • 1934a6b5e9 adjust OK/Cancel button locations Enhanced: convert 16-32 bit link data at procedure level kruffing 2016-05-12 12:47:12 +00:00
  • 50fce8d002 Enhanced: queries for converting 16-32bit link data at procedure level kruffing 2016-05-12 12:46:13 +00:00
  • cc6735db05 When importing a folder, if the RO database name is the same as a RO database currently in the data, but the RO path of the importing folder is different than the current RO database path, compare the FST contents of the two and if the same use the current RO database. Also when importing a RO database of the same name but has a different RO Path, rename the importing RO database name to keep the RO database names unique. B2016-119 jjenko 2016-05-11 14:23:53 +00:00
  • 253f2ee224 Enhanced: remove unnecessary step button enabling code kruffing 2016-05-11 12:26:38 +00:00
  • 0596efdd04 Fix bug in vesp_ListUnlinkedItems (getting item when only 1 proc in working draft) & added vesp_PurgeEnhancedDocVersionsAndChildren Allow insert of HLS before/after Enhanced: User interface for removing links of an enhanced document Enhanced: CSLA interface to unlinking docversion & contents (returns contentlist of affected items) Enhanced: Unlink DocVersion kruffing 2016-05-11 12:25:58 +00:00
  • 6822406b9e Added an indicator to identify Steps, Sections or Procedures that have Enhanced Links. Rich 2016-05-10 17:58:00 +00:00
  • 81661c1fb9 Strip Enhanced data when importing an Enhanced procedure. The enhanced data will not properly align, so it should be removed. Rich 2016-05-10 17:57:26 +00:00
  • 09b87d183e Made the Note, Caution, and Hold Point box wider. jjenko 2016-05-09 19:34:35 +00:00
  • 4f0499a372 Enhanced: Create New or use existing enhanced (for procedures/section/HLS/caution/note) kruffing 2016-05-09 11:34:59 +00:00
  • cf41e4b8a2 Enhanced: null checks and cache refreshes for new folders kruffing 2016-05-09 11:34:09 +00:00
  • d4c0f2098d Enhanced: Additional context menu items for create missing & unlink; allow insert hls if in enhanced kruffing 2016-05-09 11:33:29 +00:00
  • be3fb618b6 Enhanced: Create new enhanced steps; unlink an enhanced step; link to existing kruffing 2016-05-09 11:32:52 +00:00
  • 609ddb1962 Enhanced: Refresh enhanced procedure’s text if different from source (prompt user) kruffing 2016-05-09 11:32:13 +00:00
  • 289db67a2b Enhanced: Code to refresh contents for item list that is unlinked; gets list of items that have text differences between enhanced/source and refresh text Enhanced: Insert new procs & section for enhanced docs; Link 2 existing items, enhanced <->source kruffing 2016-05-09 11:29:00 +00:00
  • 37ffe8dd7b Enhanced: CSLA interface for vesp_GetNonEnhancedDocVersions (gets list of non-linked doc versions) kruffing 2016-05-09 11:28:09 +00:00
  • 973180d8d6 Enhanced: CSLA interface for Unlinking enhanced kruffing 2016-05-09 11:27:17 +00:00
  • fea63966fb Enhanced: Add new enhanced link info to doc version config Enhanced: Remove a bad comment kruffing 2016-05-09 11:25:26 +00:00
  • 09e74a6d34 Enhanced: Added event support to add a new tree node when an new enhanced procedure is created in a new working draft from the source Enhanced: Allow for creating new links from doc version to an non-linked enhanced doc version kruffing 2016-05-09 11:24:29 +00:00
  • af78064dd2 Enhanced support kruffing 2016-05-09 11:18:59 +00:00
  • 34d4c2e5b5 Fixed bug where status bars not always complete when importing or exporting a procedure in which the last section is a word sections, or when the last section of the last procedure in a set is word section. jjenko 2016-05-05 20:11:36 +00:00
  • 0b0ed771ba Fixed issues of not finding correct format, index of range, and duplicating existing library document - B2016-103, B2016-109 jjenko 2016-05-02 20:27:03 +00:00
  • 99b7a5de3d Made the “No item found” message more descriptive when junk text is entered in the debug box used to enter ItemIDs Added a check for a null document version for when a disconnected itemID is entered in the debug box used enter ItemIDs jjenko 2016-05-02 19:10:51 +00:00
  • 9bd54c9c3f Adjust title length and location of 2nd title line for two page document cover sheet kruffing 2016-04-27 12:12:13 +00:00
  • 3229fb1c2f use the checkbox setting to save Y or N into the Section_TOC section config B2016-106 jjenko 2016-04-26 19:19:29 +00:00
  • 8e09b4b064 Westinghouse PROMS CPS integration - error handler when waiting to process a pipe message. Rich 2016-04-22 18:42:59 +00:00
  • b7f4423ca1 Added logic to allow grouping of sections that are defined in the format docsyle to automatically be included on the Table of Contents jjenko 2016-04-22 17:51:01 +00:00
  • 267e315a1c Adjust revision number up a very slight amount (it was too close to border line) Widen the Attachments and DCP#s on 2nd page kruffing 2016-04-22 13:02:46 +00:00
  • 09331fa227 Delete Empty CPS Annotation Rich 2016-04-21 20:21:18 +00:00
  • ca12e39a6b Fixed a null reference error that happened when a step was deleted from the tree. B2016-105 Adding a new step from the section node in a tree will now consistently add the new step at the beginning of that section – whether the procedure editor is open or not. – B2016-002 jjenko 2016-04-21 17:31:33 +00:00
  • 77d0446631 Added the "EnhancedLinkedStep" back in for High, Caution, and Note mvickers 2016-04-20 22:10:24 +00:00
  • ed61becdde Changed PSLeft to PSCenter; Changed Column from .25 to 5 for the Two Page Doc Cover Sheet - Prop1, Prop2, Prop3, Prop4 mvickers 2016-04-20 21:46:40 +00:00
  • 71927ea398 C2016-007 and B2016-097 – Update ProcStep data every time (Westinghouse CPS) jjenko 2016-04-20 15:47:28 +00:00
  • a118715c77 Emergency change for CAL removing the EnhancedLinkStep information from High, Caution, Note mvickers 2016-04-20 15:28:14 +00:00
  • 7ce40b53a7 Fixed paste bug (B2016-005) remove paste options from tree context menus when copied step is deleted. Made a public method to enable/disable the ribbon’s paste buttons so it can be called when a step is deleted from the tree view. (B2016-005) jjenko 2016-04-19 18:56:55 +00:00
  • 9753dc90a2 Updated locations of Proc1, proc2, and proc3 mvickers 2016-04-19 18:26:35 +00:00
  • 425afb365b Turn on Default button next to the format drop down if selected format is not the default. Fixed positioning of OK and Cancel buttons jjenko 2016-04-18 20:24:59 +00:00
  • 309ac8f303 C2015-044 – was not always prompting to Overwrite or make a Copy when the same procedure number exists in the current set. The messages for Overwrite and Copy no longer look similar and include the procedure number in question. The Cancel button on both (Overwrite and Copy) now works. jjenko 2016-04-18 15:13:24 +00:00
  • 8e9efed56d Slight adjustments for new two page document cover sheet page list items kruffing 2016-04-15 13:35:11 +00:00
  • b4c27db531 C2016-008: Don’t have ‘Create Missing Enhanced xxx Document Steps’ on context menu if enhanced section does not exist. kruffing 2016-04-14 15:00:57 +00:00
  • e6ad27120c C2016008: Create an enhanced step if it is missing from source (menuing) & Enable delete of unlinked enhanced step kruffing 2016-04-14 12:45:33 +00:00
  • 3bcd01ce8d Fix some of enhanced format flags C2016-008: Create an enhanced step if it is missing from a source kruffing 2016-04-14 12:44:51 +00:00
  • ac49c296cd Fixed the TableSpaceAvailable logic (B2016-038) which made print think a table was taller than it actually was. jjenko 2016-04-13 16:37:46 +00:00
  • c72522730c Hide the Step Properties Transition tab when on a Figure substep (B2014-093) Disable the Transition, Hard Space, Symbol, and Indent buttons on the Insert Ribbon when on a Figure substep (B2014-093) jjenko 2016-04-12 17:43:09 +00:00
  • ce2f89f848 Made LossOfAC step type an Unnumbered High Level step. Code cleanup. jjenko 2016-04-11 20:37:33 +00:00
  • 680056cd2c Allow Next and Previous on HLS, Don’t allow Adding Cautions or Notes off of the ERG step number, Don’t allow adding Previous or Next from a Title with Text to Right/Below Added a Blank Cover Page section type jjenko 2016-04-07 19:41:46 +00:00
  • 4f99977685 Fixed Background Document print bug where a second note/caution background would start printing two line lower on the page. jjenko 2016-04-07 14:10:25 +00:00
  • abcedb6c0f Added a check for an empty string jjenko 2016-04-07 14:09:45 +00:00
  • 597c5b6ace djankowski 2016-04-06 17:03:22 +00:00
  • 0cfa497f09 djankowski 2016-04-06 15:57:03 +00:00
  • d16add0a0e B2016-094: click in Tree View white space does not select tree node if step opened from Search kruffing 2016-04-06 15:50:44 +00:00
  • ccd4e4726f djankowski 2016-04-06 15:23:34 +00:00
  • 5888de12b7 jjenko 2016-04-05 19:07:02 +00:00
  • 46ff0559e1 jjenko 2016-04-05 19:06:14 +00:00
  • c4b32aff95 jjenko 2016-04-05 18:33:00 +00:00
  • 2b5b3f1462 jjenko 2016-04-05 18:19:46 +00:00
  • abc992057c jjenko 2016-04-05 18:16:47 +00:00
  • 912d8c0b24 jjenko 2016-04-05 18:13:32 +00:00
  • f9145f8b68 jjenko 2016-04-05 18:12:36 +00:00
  • 4c435d5f8f jjenko 2016-04-05 18:08:45 +00:00
  • a055e76644 jjenko 2016-04-05 17:56:06 +00:00
  • 2c70106d28 jjenko 2016-04-05 17:55:20 +00:00
  • 21ec8d7f09 jjenko 2016-04-05 17:29:02 +00:00
  • a3addf0647 Rich 2016-04-05 16:10:18 +00:00
  • 9a9da3fc1d Rich 2016-04-05 16:07:52 +00:00
  • e83a173039 Code to generate Procedure text for CPS Export Rich 2016-04-05 16:05:58 +00:00
  • b695681aba code to support CPS Editor Rich 2016-04-05 16:05:19 +00:00
  • 9931c454f3 Added config support for AnnotationType Rich 2016-04-05 16:04:21 +00:00
  • d635be8452 Corrected code so that the annotation panel expands and collapses properly Rich 2016-04-05 16:01:59 +00:00
  • 8c8aad861b Fix B2016-093: Sometimes windows are left blue after adding RO kruffing 2016-04-05 15:26:58 +00:00
  • fcd21ac6d1 Aded this file for entering of Callaway's backgrounds; copy of ebck mvickers 2016-04-04 18:53:56 +00:00
  • 2f1ce160ec mvickers 2016-04-04 18:29:25 +00:00
  • 642d9ff246 New file added for the callaway FSG backgrounds (copy of calbck) mvickers 2016-04-04 17:13:06 +00:00
  • 2963eb2029 Added inserting cautions and notes back in mvickers 2016-04-04 17:12:25 +00:00
  • 0e6470fc8f Added the Solid UP Triangle and Solid DOWN Triangle symbols jjenko 2016-04-04 13:30:00 +00:00
  • 43c319633b Hide the foldout maintenance tab on the step properties panel when a Word section is the currently active tab jjenko 2016-04-01 15:02:57 +00:00
  • e753d2a584 B2016-089, 090 and 091 (various PSI user interface & printing for 2 page Document Cover Sheet) kruffing 2016-04-01 14:56:26 +00:00
  • 7f737cccdf B2016-089, 090 and 091 (various PSI user interface for 2 page Document Cover Sheet) kruffing 2016-04-01 14:55:27 +00:00
  • 326e6fa732 B2016-090: support for multi-line Procedure Specific information data kruffing 2016-04-01 14:54:14 +00:00
  • 55af3fdddb removed file name from format file name in drop down menu mvickers 2016-03-30 18:53:19 +00:00
  • 5a645a3a73 Added Word section to support large pages Added Word section to support large pages & removed file name from format file name in drop down menu mvickers 2016-03-30 18:50:00 +00:00
  • 4979d9bbd2 Modified the printed layout for the ‘Trip/Bypass’ signoff as per request from Westinghouse kruffing 2016-03-24 15:59:57 +00:00
  • ce2ce5af9d Renamed the ‘Trip/Bypass’ signoff kruffing 2016-03-24 15:59:24 +00:00