Commit Graph
100 Commits
Author SHA1 Message Date
jjenko 6a226b0480 For ROs, only replace spaces with hard spaces if the character before or after is number 2016-06-07 19:29:51 +00:00
jjenko 351352b76f Fixed V.C. Summer End Message B2016-145 2016-06-07 16:54:41 +00:00
jjenko e7a0a96dae Convert ^ to a delta when used in X/Y Plots 2016-06-03 16:07:02 +00:00
jjenko eec1c7f6f9 Added support to convert the carrot character (^) to the delta symbol in X/Y Plots
Added support for hard spaces in section titles and removed the dash character that was always inserted between the section number and section title.
2016-06-02 19:22:00 +00:00
jjenko 6ed306e8b9 Fixed null reference error when inserting a figure off of a figure 2016-06-01 14:49:59 +00:00
jjenko 0166b06209 Beefed up the logic that determines if we need to strip the “S” from the end of the CAUTIOS or NOTES tab. 2016-05-27 18:24:08 +00:00
jjenko aab71bdd7e Fixed issue where word section page size was being used for the duplex foldout on the preceding page. B2016-135 2016-05-26 20:42:18 +00:00
jjenko f763a9a868 Fixed crash when you selected the Open button on the Library Document tab in the Tools panel. Open button is only available for library documents with zero references.
If the open library document is not referenced, then save changes but don’t generate a PDF.
2016-05-26 15:25:47 +00:00
jjenko 008a1e67eb If the open library document is not referenced, then save changes but don’t generate a PDF. 2016-05-26 15:24:36 +00:00
jjenko d28304fd4c Don’t expand the RO step properties panel if the working draft does not have a RO Path set
Disable the GoTo button if on an empty RO table type.  Disable the Insert RO button if the working draft does not have a RO Path set
2016-05-24 19:06:30 +00:00
jjenko 3d62b2c50a Additional logic added to try and find a step editor section that could be the default step section, when one was not set. 2016-05-18 19:48:09 +00:00
jjenko 4d54dcee7b Default Step Section checkbox stayed visible when adding a new Word section 2016-05-18 17:29:42 +00:00
jjenko 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. 2016-05-17 20:07:30 +00:00
jjenko cd523e12a6 Added a check for a Figure substep type without an RO reference 2016-05-13 19:00:58 +00:00
jjenko 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”.
2016-05-13 19:00:03 +00:00
jjenko 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
2016-05-13 18:58:14 +00:00
jjenko 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 2016-05-11 14:23:53 +00:00
jjenko 09b87d183e Made the Note, Caution, and Hold Point box wider. 2016-05-09 19:34:35 +00:00
jjenko 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. 2016-05-05 20:11:36 +00:00
jjenko 0b0ed771ba Fixed issues of not finding correct format, index of range, and duplicating existing library document - B2016-103, B2016-109 2016-05-02 20:27:03 +00:00
jjenko 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
2016-05-02 19:10:51 +00:00
jjenko 3229fb1c2f use the checkbox setting to save Y or N into the Section_TOC section config B2016-106 2016-04-26 19:19:29 +00:00
jjenko b7f4423ca1 Added logic to allow grouping of sections that are defined in the format docsyle to automatically be included on the Table of Contents 2016-04-22 17:51:01 +00:00
jjenko 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
2016-04-21 17:31:33 +00:00
jjenko 71927ea398 C2016-007 and B2016-097 – Update ProcStep data every time (Westinghouse CPS) 2016-04-20 15:47:28 +00:00
jjenko 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)
2016-04-19 18:56:55 +00:00
jjenko 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 2016-04-18 20:24:59 +00:00
jjenko 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. 2016-04-18 15:13:24 +00:00
jjenko ac49c296cd Fixed the TableSpaceAvailable logic (B2016-038) which made print think a table was taller than it actually was. 2016-04-13 16:37:46 +00:00
jjenko 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)
2016-04-12 17:43:09 +00:00
jjenko ce2f89f848 Made LossOfAC step type an Unnumbered High Level step.
Code cleanup.
2016-04-11 20:37:33 +00:00
jjenko 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
2016-04-07 19:41:46 +00:00
jjenko 4f99977685 Fixed Background Document print bug where a second note/caution background would start printing two line lower on the page. 2016-04-07 14:10:25 +00:00
jjenko abcedb6c0f Added a check for an empty string 2016-04-07 14:09:45 +00:00
jjenko 5888de12b7 2016-04-05 19:07:02 +00:00
jjenko 46ff0559e1 2016-04-05 19:06:14 +00:00
jjenko c4b32aff95 2016-04-05 18:33:00 +00:00
jjenko 2b5b3f1462 2016-04-05 18:19:46 +00:00
jjenko abc992057c 2016-04-05 18:16:47 +00:00
jjenko 912d8c0b24 2016-04-05 18:13:32 +00:00
jjenko f9145f8b68 2016-04-05 18:12:36 +00:00
jjenko 4c435d5f8f 2016-04-05 18:08:45 +00:00
jjenko a055e76644 2016-04-05 17:56:06 +00:00
jjenko 2c70106d28 2016-04-05 17:55:20 +00:00
jjenko 21ec8d7f09 2016-04-05 17:29:02 +00:00
jjenko 0e6470fc8f Added the Solid UP Triangle and Solid DOWN Triangle symbols 2016-04-04 13:30:00 +00:00
jjenko 43c319633b Hide the foldout maintenance tab on the step properties panel when a Word section is the currently active tab 2016-04-01 15:02:57 +00:00
jjenko 69073bbc90 Fixed issue of background for high level step starts one line higher on the page when proceeded by a Caution or Note background page. 2016-03-23 20:25:58 +00:00
jjenko 7469ab179b Fixed a null reference that prevented access to the real error message when updating formats 2016-03-22 15:02:49 +00:00
jjenko ee91973682 B2016-081 if a transition is to a non-editable section, also check that if it goes to a step in that non-editable section 2016-03-21 15:13:44 +00:00
jjenko 15c96e66b8 B2016-072 check the section config for the column mode to determine the Insert Table sub-menus, ie whether or not to include AER and Centered submenu 2016-03-18 13:11:42 +00:00
jjenko 425617eeec Fixed a delete step issue where if there were transitions that needed deleted or re-assigned, you would get trapped in an infinite loop, constantly displaying the error message. 2016-03-17 17:47:04 +00:00
jjenko ba019e4476 Added shortcut keys for the buttons 2016-03-16 15:08:34 +00:00
jjenko 77591553c2 Added Insert and Replace buttons
Added comments with a link to the sendkeys key commands
Logic to let the Import Word Contents form know which edit item should receive the key strokes
2016-03-15 17:46:46 +00:00
jjenko cca53e5d79 Will now replace hard spaces with spaces (was putting in a ?)
Will now replace each hard return with a space
2016-03-14 16:32:05 +00:00
jjenko 067351f47a Added logic to trim the copied text after the first tab character 2016-03-11 20:22:56 +00:00
jjenko 01f7850964 Added a button for importing text from a word document
Allows you to select/open a word document and will put word text on clipboard
To remember the last word document opened
2016-03-11 15:33:25 +00:00
jjenko 77f655579a Added accessibility to MS Word functionality to page through, jump to next/previous text 2016-03-11 15:31:40 +00:00
jjenko 41ca9d6958 For Westinghouse’s single column format, fix logic around a format flag that determined substep levels based on section and subsection numbers. 2016-03-11 15:21:04 +00:00
jjenko eb39dbf6e5 Fixed the tab level logic for Westinghouse Attachment sections (single column format) 2016-03-09 16:26:40 +00:00
jjenko d432a980d7 Added logic for grouping titles and to rename the “Procedure Steps” section title to “OPERATOR ACTIONS” on the auto table of contents
Fixed a problem where the auto table of contents was getting wrong page numbers when the procedure had duplex foldouts and printed with blank pages (V.C. Summer)
2016-03-08 21:02:03 +00:00
jjenko 0b3e70fd6d Added a text box to enter a grouping title for use on the auto table of contents
Added TOC_Grouping_Title
Added TofCProcedureStepsTitle to rename the section title “Procedure Steps” to “OPERATOR ACTIONS” on the auto table of contents (used by V.C Summer -  SUMall.xml)
2016-03-08 21:01:13 +00:00
jjenko 062a5be314 Auto Table of Contents fixes 2016-03-08 20:59:50 +00:00
jjenko f846cd5073 Fixed initialization of the format dropdown list 2016-03-04 20:45:24 +00:00
jjenko a203dd1846 Disable Approve Some Procedures option when more than on user is in a procedure set. 2016-03-04 03:00:38 +00:00
jjenko e609d8b974 Added logic to prevent the selection of a procedure that is open by a different user 2016-03-04 02:59:46 +00:00
jjenko d67291bb2c Don’t allow a Reviewer only user toggle the Include on Continuous Action Summary check box. 2016-03-03 18:38:04 +00:00
jjenko b400a27cd4 Added a check for the shortcut switch “/EmbedImages” before allowing the paste of a screen shot 2016-03-03 16:26:24 +00:00
jjenko e9b3cd91e2 Took out memory garbage collection call that was significantly slowing down printing.
Added a forced memory garbage collection call after editing a table
2016-03-02 19:52:00 +00:00
jjenko 4dfddeecb4 Added multi-user check for menu items to prevent certain actions when someone else is in a procedure or procedure set. 2016-03-01 20:56:13 +00:00
jjenko 9a7d508f81 Fixed<Shift><Space> bug B2016-008 2016-02-29 15:21:36 +00:00
jjenko 5f517fa72c Created a descriptive name for the create pdf button on the reviewer ribbon 2016-02-26 16:01:00 +00:00
jjenko 7eff67c489 disable print button on the reviewer ribbon when the applicability setting is Master 2016-02-26 16:00:17 +00:00
jjenko 2d753b1db6 Allow user to select a date to begin showing change bars
Added context menu item to allow the selection of a date to begin showing change bars.
2016-02-24 17:34:21 +00:00
jjenko 1bc587a36f Fixed the sizing of the property page for sections.
Supporting logic to save date to start showing change bars.
2016-02-24 17:33:22 +00:00
jjenko 985d7ae384 logic to save word sections with resolved RO values for exporting the approved procedure
logic to print an unlinked RO graphic(ex Tif) when used in a figure substep
2016-02-18 15:32:19 +00:00
jjenko d7643f4721 logic to save word sections with resolved RO values for exporting the approved procedure
Better memory management and commented out debug statements to help evaluate memory usage
2016-02-18 15:31:19 +00:00
jjenko 8cd75c0c14 logic to save word sections with resolved RO values for exporting the approved procedure
logic to create an export file with unlinked RO and Transition
Commented out debug statements to help evaluate memory usage
2016-02-18 15:29:25 +00:00
jjenko 37fbb51a32 Turned off the multi user (Concurrent User) logic because it was causing problems. 2016-02-15 17:28:11 +00:00
jjenko fffcdc8eca Fixed a typo in the message box that tells the user that a default step section needs to be identified. 2016-02-11 15:54:44 +00:00
jjenko bdfdd2f8a1 Added a Null reference check 2016-02-01 18:49:58 +00:00
jjenko 3729f6a7b1 Fixed a typo in a FlexibleMessageBox used for the transitions with page numbers 2016-02-01 17:01:37 +00:00
jjenko 8d062dc49b Using the FlexibleMessageBox for all of those displaying a list of references to check 2016-02-01 17:00:17 +00:00
jjenko 0a38b8c295 Fixed issue where changing the Format on a Working Draft would not stick 2016-02-01 16:56:16 +00:00
jjenko b4aaf5e0c9 Fixed bug where if you created a new procedure but did not open the format tab on the property page, the first format (in the list of formats) would be assigned to the new procedure. 2016-01-29 17:29:37 +00:00
jjenko 346ab74ed0 Use FlexibleMessageBox for list of transitions with page number problems 2016-01-27 15:04:05 +00:00
jjenko 7d43899b0a EULA 2016-01-27 14:38:48 +00:00
jjenko 855a3462f8 initial check in 2016-01-27 14:26:11 +00:00
jjenko c035370bb0 Fixed bug B2016-013 where the step properties would be inactive the first time it’s opened
Bug fix B2016-014 where a change bar was set when you check the CAS checkbox or the Page Break check box
Bug Fix B2016-011 where a change bar a compressed table was too short
Bug Fix  B2015-184 where generate PDF would bomb when it tried to print a change bar related to a null step element.
2016-01-22 21:49:26 +00:00
jjenko ea9e0831c8 send MyUserInfo (security) to the TreeView module
Don’t allow Reviewers and RO Editor only users save changes to Word attachments and library documents
Put a Create PDF button on the Review ribbon
Don’t allow Reviewers and RO Editor only users move procedures and folders on the tree
2016-01-21 19:30:35 +00:00
jjenko f3b86f2a46 Fixed compiler error 2016-01-21 14:11:10 +00:00
jjenko 8a1e5caff2 Change to PROMS version number to 1.2 to indicate the builds that include Enhanced Documents 2016-01-20 19:15:56 +00:00
jjenko 9acaf34636 Fixed issue where the change bar on a table that is printed 7lpi is too long 2016-01-19 21:33:03 +00:00
jjenko e921bb1147 Fixed a Null reference 2016-01-19 21:32:31 +00:00
jjenko a331fb6cb5 Added a check for a null DocVersionAssociations and call to RefreshDocVersionAssociations() 2016-01-19 20:19:36 +00:00
jjenko 0f16c1b4a5 2016-01-04 21:20:39 +00:00
jjenko 85af0936c0 2016-01-04 21:11:59 +00:00
jjenko dc8b52035f Updating ROs in tables (grids) fix. 2015-12-16 19:01:08 +00:00
jjenko 4f07b00df1 Created a SAMG format that has a Cover Page type and does not have the Procedure Set ID printed in the header box.
Created a SAMG format does not have the Procedure Set ID printed in the header box.
2015-12-14 20:28:59 +00:00
jjenko a078040f82 Fixed B2015-227 where a user could not edit a table cell. 2015-12-10 16:36:55 +00:00