Commit Graph

  • 1e557f2b8e Changed logic to use ChangeIDs format flag and Editorial Change status to update the Change ID for a text element when a text element is changed. Rich 2014-06-20 14:09:23 +00:00
  • f44fd9cdb3 Changed logic to use ChangeIDs format flag and Editorial Change status to update the Change ID for a text element when a text element is changed. Rich 2014-06-20 14:08:51 +00:00
  • 9419fc36a6 Fixed logic for Change Bar portion of Step Properties Panel, Tags Tab Rich 2014-06-20 14:08:19 +00:00
  • fc0b4424ae Added "EditorialChange" property to the TabControl object. Rich 2014-06-20 14:07:45 +00:00
  • c5bed5fe5a Updated ItemInfo "HasChangeBar" property to use the Change ID format flag and the Change ID status to limit when a change bar is displayed. Created a new property "HasChanges" which determines if the date time stamp of the current text element is newer than the procedures last approval date. Rich 2014-06-20 14:07:05 +00:00
  • b5584b66b5 Use ChangeIDs format flag to control whether the Change ID dialog is displayed on start-up. Rich 2014-06-20 14:06:29 +00:00
  • ec4d47c4a3 Added code to prevent multiple instances of library documents Rich 2014-06-20 02:28:38 +00:00
  • fbe6dba810 Added code to handle new Close buttons Added code to translate old formatid's to new formatid's Added new Close buttons Rich 2014-06-19 02:29:33 +00:00
  • 2baf923df5 We noticed during training that the procedure title overlapped with the page border on the cover page for AOP-9B. Adjustment to EOP/AOP Cover page procedure title location Rich 2014-06-18 21:45:57 +00:00
  • aad9f0e850 Some ROs use special character 0xF8 rather than 0xB0 for the degree character. This change allows these ROs to print properly when used in MSWord sections. Rich 2014-06-18 12:41:22 +00:00
  • b6d89593b9 Added code to resolve reference object links in grids Rich 2014-06-17 21:25:33 +00:00
  • 01913ed0ba Changing a step type was causing hyphens (dashes) to be displayed as boxes. This happened during Calvert training. This change corrects this problem. Rich 2014-06-17 14:06:05 +00:00
  • f9d47b82cb Added code to resolve rodbid value in text proiperty of content object Added code to correct error in refreshing treeview after importing procedure set Rich 2014-06-17 03:04:02 +00:00
  • ed9d8d641b Added event and menu items to treeview to allow exporting or importing docversions Rich 2014-06-14 01:16:35 +00:00
  • adf9d6d19c Added GetByName method to AnnotationTypeInfo class Added code to manage checking out a folder to allow for exporting or importing docversions Added new commands TurnChangeManagerOff and TurnChangeManagerOn. Rich 2014-06-14 01:15:45 +00:00
  • ad7307ab87 New dialog box to manage the importing and exporting of docversions Rich 2014-06-14 01:13:52 +00:00
  • 6c2555609e Added menu item handler for new menu items added to export or import docversions Rich 2014-06-14 01:12:50 +00:00
  • 193205abcb New dialog box to manage the importing and exporting of docversions Rich 2014-06-14 01:11:51 +00:00
  • 8a5a8cc8b3 Modified stored procedures vesp_SessionBegin and vesp_SessionCanCheckOutItem to manage when an adminstrator can export or import a docversion from within PROMS. Rich 2014-06-14 01:10:08 +00:00
  • c53e228de1 Added menu items under Selected main menu item to export and import docversions Rich 2014-06-14 01:09:37 +00:00
  • 985b419736 Fixed logic adding an RO before another RO in a table cell, Fixed logic adding a transition before another transition in a table cell. Rich 2014-06-12 14:18:59 +00:00
  • 88aa8f1759 Fix to print change bars jjenko 2014-06-11 16:48:56 +00:00
  • 930ab3ac77 Added a flag for the box around continuous action substeps Format adjustments for the continuous action substeps (boxes) jjenko 2014-06-09 18:22:39 +00:00
  • b1cd9ea1a3 Added a flag for the box around continuous action substeps fix for Point Beach continuous action substeps jjenko 2014-06-09 18:18:04 +00:00
  • 316aee183a Disabled the Continuous Action Summary checkbox jjenko 2014-06-05 20:37:19 +00:00
  • 1a3ef465bf Added logic to ReplaceWord logic so that if the ReplaceWord inserts a hard return the hard return will not be added at the beginning of a step. The includes RTF formatting of underline and bold and also an asterisk at the beginning of a step. Rich 2014-06-05 18:46:51 +00:00
  • f675e6c866 BGE: Fixed RNO Tab from AER that is bullet B2014-072: Do not display Page Number checkbox, transitions with page number are included in list of transition types B2014-070: Fix null reference access if editing a procedure step title in the step editor when format uses change ids BGE: RNO X-offset location and note/caution y-offset improvements kruffing 2014-06-05 12:52:29 +00:00
  • 7ea6df9049 Correctly calculating the size of a high-level step (YSize) to include the box surrounding the first step Rich 2014-06-04 18:30:32 +00:00
  • d345997474 Added call to SetupSecurity after closing edit user dialog Aded code to corect how Summary of Changes report was processing list of changes Added code to account for double line box around high level steps Added code to resolve printing cautions and notes associated with substeps Rich 2014-06-03 21:39:37 +00:00
  • eb6a6f40a5 Bug fix B2014-075, the spell checker would crash PROMS when it tried to process a RO Table. We needed to skip RO tables during Spell Checking, since ROs can only be modified in the RO Editor jjenko 2014-06-03 16:07:01 +00:00
  • b3abf86b9f Properly position OR at the top of a page when required Rich 2014-05-30 13:35:04 +00:00
  • 9e059a37f5 Modified vesp_SessionBegin to delete inactive owner records and inactive session records for current user after 5 minutes of inactivity and for all other users after 15 minutes of inactivity during start of new session. Added new stored procedure getOwnersByVersionID. Added method to OwnerInfoList class named GetByVersionID Utilized OwnerInfoList.GetByVersionID method Rich 2014-05-30 01:13:55 +00:00
  • 67638b51bd Added a “Symptom and Entry Step” high level step type that has a close parentheses after the step number jjenko 2014-05-29 19:07:13 +00:00
  • 2d726d336a Added TabPtsPerChar to allow fmtxml to set this format variable Adjust tab width for proportional font (m.1 was wrapping onto 2 lines) kruffing 2014-05-29 14:26:20 +00:00
  • 2e54123c79 commented out menu item for procedure’s removal of change ids section continue message no longer prints if section/not hls break; bottom continue message no longer prints over bottom of text if close to bottom of page; end of section message no longer prints for subsections kruffing 2014-05-29 13:24:29 +00:00
  • ee2ff97295 Fixed logic to process ROs and Transitions containing curly braces Rich 2014-05-28 17:45:44 +00:00
  • 7f7e3085ab Fixed how DoROAdjustments handles curly braces Fixed how DoTransitionAdjustments handles curly braces Fixed how SaveContents handles curly braces Rich 2014-05-28 02:15:00 +00:00
  • 9ee31d43fc Improved how GetResolvedText handles curly braces Rich 2014-05-28 02:13:53 +00:00
  • 22e1a52278 Fixed how ConvertROToText handles curly braces. Improved how FixContentText handles curly braces Improved how BuildTransitionToChecks handles curly braces Rich 2014-05-28 02:13:21 +00:00
  • 6d0a14c364 Add new macro settings to allow for a different checkoff macro when a step element is in single column mode Logic to support the new macro settings which allows for a different checkoff macro and position when a step element is in single column mode jjenko 2014-05-27 16:51:23 +00:00
  • 691f99e291 Format fixes and enhancements resulting from training class jjenko 2014-05-27 16:38:06 +00:00
  • 5a8910399a Automatic Table of Contents page numbers fix; width of equipment lists fix kruffing 2014-05-27 16:00:05 +00:00
  • 72fed66796 Fix for updating And type of transitions when steps/substeps are added or removed jjenko 2014-05-23 14:51:17 +00:00
  • 89c7496c57 BGE: Fix RNO tab when AER has ending parenthesis BGE: Fix bug that left a ‘page number’ transition setting turned on for transition types that did not have this option. BGE: Support for section continue messages (fix crash when access of null pointer), improved tabs for top continue messages in RNO column & when cautions/notes; adjust width of note/caution kruffing 2014-05-23 12:40:40 +00:00
  • 0081eed6bc Adjust starting location of notes/cautions/warnings kruffing 2014-05-23 12:39:10 +00:00
  • 829be02c4b Changed BuildTransitionFromChecks and BuildTransitionToChecks methods to handle curly braces. Rich 2014-05-23 01:16:26 +00:00
  • afd50f8c19 Fixed ROs that contain hyphens in Tables when printed. Rich 2014-05-22 19:30:43 +00:00
  • da6cc6ac3e Updated code of FixTransitionText and FixContentText of the Content and ContentInfo classes to fix problem with Prerequisite Steps. Rich 2014-05-22 00:40:15 +00:00
  • f7806951c9 Chnaged code to support ability to make working draft a multiunit working draft Changed History Start Date property of revision configuration to 24 hour format Rich 2014-05-22 00:38:18 +00:00
  • 99d6f75735 Added ability to change a working draft to a multiunit working draft by creating applicabilities. Rich 2014-05-22 00:37:25 +00:00
  • 821103fc87 P/C PC - Fixed range transition logic so that transitions to steps which are affected by applicability will show the correct step number for the first through the last step. Rich 2014-05-21 21:43:43 +00:00
  • dc3d894195 Assure that the selected slave is set when looking up transition destinations. Added logic to properly find a procedure title when the first applicable step is not the first step. Rich 2014-05-21 20:39:49 +00:00
  • c116a586fe Changed text on OK button to all upper case, centered in PROMS window, made always on top, disabled sizing. Fixed issue of Unit information not getting or saving from Config. jjenko 2014-05-21 18:54:29 +00:00
  • 38a05ec657 Save the ChangeID when a table is modified. Rich 2014-05-21 12:40:23 +00:00
  • 77c9897096 Replace curly braces with backslash-curly brace, so that the curly brace is shown in the pdf when it is part of a RO value. Rich 2014-05-21 12:39:36 +00:00
  • b78eb92448 Note/Caution/Warning x-offset & width adjustments; Continue message location for ‘Purpose, Entry Conditions, Precautions’ BGE: Don’t add bullet to top continue message with tab (it prints as funny character) BGE: Support for BottomSectionContinue flag in their ‘Purpose, Entry Conditions, Precautions’ sections. kruffing 2014-05-20 14:21:53 +00:00
  • 34dbe75fca Added format for Flex procedures jjenko 2014-05-19 20:37:59 +00:00
  • b6cf059c5d Added continuous action footnote (pagelist item) to placekeeper sections jjenko 2014-05-19 15:08:48 +00:00
  • 86cac2ae13 BGE: Fix pagination when a phone list exists BGE: Auto Table Of Contents, multi-line title leader dots BGE: Auto ToC, save section title length for printing of leader dots on last line of title BGE: Fix location of bottom continue message when phone list exists BGE: Auto ToC, save section title length for printing of leader dots on multi-line of title kruffing 2014-05-19 13:16:45 +00:00
  • 5f9331b1b8 Added the PrintCommonForZeroUnit format flag Print “COMMON” instead of “UNIT 0” logic (Comanche Peak) jjenko 2014-05-16 18:23:59 +00:00
  • 19af9a0812 If a transition is from a section to the same section, the section was not placed into the transition text. This is appropriate if the transition is to a step, but not if it is to the section itself. Rich 2014-05-16 18:11:24 +00:00
  • e595471442 Added generic function InList for debugging Rich 2014-05-16 18:10:49 +00:00
  • 099a428888 Adjusted the left margin for the AOP Placekeeper with Initials format jjenko 2014-05-16 14:58:21 +00:00
  • 50a5787b32 Add error support if incorrect phone.lst format (writes to error log) kruffing 2014-05-15 12:43:16 +00:00
  • 5023c30710 widen cancel button so ‘l’ not cut-off in small DPI mode added BtwnTextAndBottom2 for y-location of continue message Implement BtwnTextAndBottom2 kruffing 2014-05-15 12:42:45 +00:00
  • 074ff3e888 adjusted footer length for attachment (step-type) sections; bottom continue message y-location adjustment for procedure step sections kruffing 2014-05-15 12:41:13 +00:00
  • 0091be08da Step Level should include an extra count for AND and OR Step Types to reduce the likelyhood of pagination splitting an OR or an AND type step. Rich 2014-05-14 17:58:49 +00:00
  • a95f7bb59a Replaced use of “NextItem” with “GetNextItem()” which takes into account the applicability of the next item jjenko 2014-05-14 15:04:33 +00:00
  • 600dcc0121 Added ability to get RO usage list by DocVersion and Procedure Rich 2014-05-14 02:11:54 +00:00
  • a0402016df Modified how ROs and Transitions are updated based on issues identified by Calvert data. Modified FixTransitionText, ConvertROToText, and FixContentText methods of Content and ContentInfo classes. Added GetMySuffix and GetMyPrefix methods to Content class Rich 2014-05-14 02:11:19 +00:00
  • 7c21fdd3d3 Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO Rich 2014-05-14 02:08:30 +00:00
  • dd7f3a4148 Added getRoUsagesForDocVersion and modified vesp_ListTables3 stored procedures Updated how RO values are updated as a result of issues identified by Calvert data Modified code to handle non-standard characters in StepType variable. Chnaged how transitions are updated to utilize methods of Content and ContentInfo classes Rich 2014-05-14 02:07:03 +00:00
  • 249ddafe54 Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO. Added ROUpdateMode enum Changed how text is added to tbErrors textbox Added property settings WhatROsToConvert, SelectedROFst, AnnotateWhenConvertingToText, AnnotateWhenShowingMissingRO, and AnnotateWhenShowingDifferentRO Added createEmptyPROMS boolean value to allow creating an empty PROMS database Added loadTree menu item click event handler Added Load Tree menu item, Selection main menu with Fix ROs menu item under Selection menu item and Create Empty database menu item Used createEmptyPROMS value. Changed how Migration Error annotation type created. Rich 2014-05-14 02:05:11 +00:00
  • 37afbace90 Added SpecialCaseWestinghouse flag Added SpecialCaseWestinghouse flag to prevent using logic that cause the sub-section to print in the page header jjenko 2014-05-13 21:13:37 +00:00
  • 10476988e0 Added SpecialCaseWestinghouse flag to prevent using logic that cause the sub-section to print in the page header jjenko 2014-05-13 21:10:14 +00:00
  • f6bddb2b69 Fixed pagination problem with Equipment List in Bryon data. jjenko 2014-05-12 20:32:31 +00:00
  • c29bec4903 BGE – phone list edit support For BGE BGE – phone list support BGE – account for phone list size when paginating BGE – phone list support & fixes for auto Table of Contents kruffing 2014-05-12 15:46:00 +00:00
  • b4a055327a Generate Placekeeper logic jjenko 2014-05-09 19:18:15 +00:00
  • f120b73883 Added checkbox for a continuous action placekeeper (used for substeps, cautions, and notes) jjenko 2014-05-09 19:13:51 +00:00
  • 9b930ffeda Placekeeper logic Added Checkbox to generate the Placekeeper Generate Placekeeper logic Disable the “include in placekeeper” checkbox on Placekeeper section types jjenko 2014-05-09 19:13:15 +00:00
  • 10607cce7d Added access to MSWord’s Tables jjenko 2014-05-09 19:11:37 +00:00
  • a50bdd50b2 Removed un-used Placekeeper information and adjusted the left and top margins on the Placekeeper sections jjenko 2014-05-09 19:09:40 +00:00
  • ccc5d73658 Logic added to capture Calvert Placekeeper information on sub-steps Added VEIP2r2 and VEIP2r3 jjenko 2014-05-08 14:35:29 +00:00
  • 1664a62e4d Fixed null reference Fixed null reference and logic to support Placekeeper check box jjenko 2014-05-08 14:30:38 +00:00
  • 387dcd5dac Logic added to capture Calvert Placekeeper information on sub-steps jjenko 2014-05-08 14:29:17 +00:00
  • c0c9c8e314 BGE: Save Change id on grid edit BGE: Save Change id on step edit BGE: Added user interface for modifying current change id BGE: Added menu item for removing change ids (no supporting code yet – the actual code to remove ids needs to be developed) BGE: If format uses ‘ChangeIds’, then use the data from the changed step config for printing the change bar data. kruffing 2014-05-07 13:43:07 +00:00
  • b48a813a85 BGE: Add chgid property to make its value accessible throughout user interface BGE: Change Id support, allow modify & clear if format has ‘ChangeIds’ kruffing 2014-05-07 13:39:15 +00:00
  • 9efa23fffc BGE: Change Id dialogue at program startup BGE: Support for Change Id in step config BGE: change property name from MultipleChangeIds to ChangeIds kruffing 2014-05-07 13:38:26 +00:00
  • c157cacd50 For BGE, bring up prompt for ChangeId kruffing 2014-05-07 13:36:28 +00:00
  • 1737030172 BGE: change property name from MultipleChangeIds to ChangeIds kruffing 2014-05-07 13:29:47 +00:00
  • 091487cf7a BGE: Apply bold/underline next word for special cases kruffing 2014-05-07 13:28:34 +00:00
  • 800adeb883 Adjusted the width (added 1) of the Cautions and Notes so that the word wrapping matches 16-bit VE-PROMS output. jjenko 2014-05-06 14:09:02 +00:00
  • 637df99460 Fixed a NULL reference issue jjenko 2014-04-29 18:07:10 +00:00
  • f332618227 BGE: Handle {} around ro values BGE: Added an x-Location of end message for a section Use x-location of end message for a section; tab format for sequential tabs at 4th level; hls tab spaces; indent in transition format 9 BGE: Use x-location of end message for a section BGE: support for top continue messages that contain tab for continued step resolve {Step Text} token in transition; modify code that processes transition format to use collection matches rather than search for ‘{‘ support AllUnits ro flag support ‘{‘ and ‘}’ around ro value top continue message with tab; location of top continue message in both AER/RNO columns for dual column; support indent in transition format during print support two top continue messages (aer/rno) that can have different text; fix bug in splitting procedure title text if it contains hard spaces kruffing 2014-04-29 13:12:10 +00:00
  • c62a63b151 Fix property page cut-off when set to Tab interface (B2014-065) jjenko 2014-04-25 00:35:06 +00:00
  • 122407a40c Fixed logic to uppercase ROs after Dash in text to exclude other RO text Rich 2014-04-24 11:36:49 +00:00
  • 1979f4b4a0 If pagination is being changed to keep OR steps in the RNO together, when they will be kept together anyway, don't change the pagination. Rich 2014-04-17 18:47:38 +00:00
  • d7407d60fa Fixed Replace words logic to handle underline better. jjenko 2014-04-17 16:25:41 +00:00
  • 8c429b93dc When adding an RO Table, the code that looks-up the RO was failing because an RO has yet to be assigned. Rich 2014-04-17 14:56:42 +00:00
  • 7b0890848a Added logic to support the lookup of RO Tables in the RO Tree on the Step Properties panel – Bug fix B2012-264 jjenko 2014-04-17 13:47:01 +00:00