28a7d8e8edSAMG Supplemental Information Facing pages Create property versus variable for facing pages (prevents possible null crash)Kathy2017-07-05 13:48:40 +00:00
8048416576B2017-127, B2017-131 Send message when a MSWord section is opened. B2017-126 Only turn-on NamedPipe if Command Line parameter /NamedPipe is used.
Rich
2017-06-29 17:53:50 +00:00
e1e1bbb38aB2017-132 added a check for null reference. When processing PDF chunks during sup info printing we were trying to process a vlnmacro that was set to nullJohn2017-06-29 16:21:17 +00:00
68cee53957Change Menu text and copyright date for Byr/Bwd SAMG formatKathy2017-06-29 14:48:06 +00:00
f65502bbf1B2017-124 - a null reference was causing PROMS to error when deleting a figure substep out of a group of figuresJohn2017-06-28 18:09:16 +00:00
559c01f22aB2017-130 after interrupting the update ROs, PROMS thought that the RO.FST was older than that in the database. That logic is no longer needed with the new Update RO Values design.John2017-06-27 17:51:50 +00:00
c7a520b4d1F2017-041 Added a two page document cover sheet for background documentsJohn2017-06-27 16:03:28 +00:00
abe1d01d30Added a check for ImageID already in the list to addFiguresByROFstIDand ImageIDs B2017-125John2017-06-23 20:03:57 +00:00
a8a0b37a32Added titles to message boxes used during the check of the RO.fst B2017-125 Add LoadingFigures to save status of loading the figures during Update RO Values B2017-125 Added checks to see if the RO Figures need loaded B2017-125 Added checks to see if the RO Figures need loaded and set the status during the loading figures part of updating RO values B2017-125 Make the progress bar text visible B2017-125 Added titles to message boxes used during the check of the RO.fst and make the progress bar text visible B2017-125John2017-06-23 20:02:34 +00:00
4686415f98C2017-018 Output column headings for inconcistent Page Number transitions, Open Pass 2 Page Number PDF File if the user chooses to create a Pass 2 PDF. C2017-018 Output column headings for inconcistent Page Number transitions.
Rich
2017-06-23 19:19:42 +00:00
a882e4f33dOpen Pass 2 Page Number PDF File if the user chooses to create a Pass 2 PDF.
Rich
2017-06-23 19:18:47 +00:00
3e0f5e19bbC2016-029 can now apply the Bold, Italics, Underline, Upper case, Lower case, and Title case styles to a selected range of table cellsJohn2017-06-22 12:50:29 +00:00
8afa945327Added a null reference checkJohn2017-06-21 18:57:03 +00:00
43dffa55cbB2017-105 – adjust the y position of a symbol character when its size is greater than the normal font sizeJohn2017-06-21 18:25:47 +00:00
c1c5bfd081C2017-025 logic added so that dropdown list opens when you click anywhere on the dropdown controlJohn2017-06-21 12:41:22 +00:00
dc6468155fB2017-048, B2017-052, B2017-055 ROs sometimes have two start tokens which make them uneditable.
Rich
2017-06-20 20:04:49 +00:00
ab7d3b4c66B2017-108 - Admin Tools should tell the user if no records are found for various admin functions including "Identify Disconnected Items", "Identify Non-Editible Items", "Identify Unused ROFsts and Figures", and "Identify unused RO Associations"
Rich
2017-06-20 19:23:58 +00:00
9c5b3273baMistakenly removed the RODefaults_graphicsprefix which is used in the DataLoader coding.John2017-06-20 17:27:16 +00:00
d20ec450ceAdded DoUpdateRO flag for use in the new Update RO logic Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMSJohn2017-06-20 16:28:45 +00:00
16133ccab1Added method to remove all word section PDFs during the update RO values process More live feedback to the user when updating RO values, faster Update RO Values logic, merged the refresh ROs logic with the update ROs logic, save date/time of completed RO Update Logic to get the RO figure file nameJohn2017-06-20 16:27:17 +00:00
f5dbfa12fbB2017-079, B2017-053, B2017-049, improved the speed and logic of updating ROs. The Refresh ROs logic is now merged into the Update ROs logic. Also annotations are added when ROs are updated. The Refresh ROs options were removed from the tool list. Better feedback when updating RO values, also save list of updated ROs in text file in Documents\VEPROMS Save the date/time of the last successfully completed RO Values Update Add annotations for updated RO values, better logic in updating RO figures so they are needlessly updated, better logic in determining if an RO needs to be updated Logic to save the date/time of the last successfully completed RO Update Better logic to determine if an RO value needs updated.John2017-06-20 16:26:04 +00:00
b7bffda9deAdded DeleteAllDocVersionPDFs for use with Update ROsJohn2017-06-20 16:23:37 +00:00
9e0c47cb02B2017-123 Find Replace handle multiple clicks without crashing Allow done button to stop processing when doing bookmark all
Rich
2017-06-19 17:27:41 +00:00
b0b4247f29B2017-120: Supplemental information tab missing bulletKathy2017-06-19 14:00:01 +00:00
f96f11aa34B2017-122: Crash & pagination problems in GEN_SAMGS supplemental information facing page printKathy2017-06-16 13:41:29 +00:00
8ec9d416ffB2017-119: Find/Replace function never found text that was in the supplemental information.Kathy2017-06-14 14:00:58 +00:00
fe466f2a13F2017-027: Additional IV, CV and Checked By signoffs for WCNKathy2017-06-14 10:46:45 +00:00
7ff0dbd98fB2017-118 - Don't access RO Association unless there is a RO Usage B2017-118 - Restore Children, Sibling, Text or Table cell text when no RO Association has been established
Rich
2017-06-13 17:41:05 +00:00
0d0bd7661bUse method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117 Add a Using statement when we temporarily create a RichTextBox to ensure the Window Handle is free’d. Also use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117John2017-06-12 17:58:30 +00:00
74898f5e4eAdded methods to use common dictionary of fonts part of B2017-117 Out of Window Handles fix Use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117 Add a Using statement when we temporarily create a RichTextBox to ensure the Window Handle is free’d. Also use method from VE_Font to get a font reference (uses dictionary so redundant Window Handles are not created) B2017-117John2017-06-12 17:57:22 +00:00
c630da8c92F2017-039: Supplemental information title printing if section’s font is null. F2017-039: SAMG Supplemental information and associated Facing page printing supportKathy2017-06-12 13:58:17 +00:00
2aa7db1c76B2017-012 Embedded Figure resizes on Facing Page B2017-016 Equations and Visio Drawings resizes on Facing Page Releated issue where Equipment Lists containing Embedded Figures, Equations and Visio Drawings were overlapping with procedure text. Handle Embedded Figures, Equations and Visio Drawings when the Facing Page resize was occuring Figures were not being handled properly for Facing Page font resize
Rich
2017-06-12 12:56:18 +00:00
f4d9d38e59B2017-111: Add a little more space between figure & change barKathy2017-06-09 11:59:12 +00:00
7c615cf182B2017-114 Fixed issue where PROMS was trying to adjust the location of steps on the screen when shutting down, and sometimes hanging in the process.John2017-06-08 17:16:10 +00:00
036938d9d9B2016-115 the comparison of the contents of RO.FST files would also be seen as different (and loading into memory) even when user created a new RO.fst without making any RO changes. We needed to skip past the RO.FST header information in the file which contains the date/time the FST was created. Also needed to do a garbage collection.John2017-06-08 17:12:52 +00:00
69c78b19aagetRoFstBySize will return just the newest of that sizeJohn2017-06-08 17:11:49 +00:00
83d746edfdB2017-112: Figures in Supplemental Information pages overlap text if text font is shrunkKathy2017-06-08 15:49:14 +00:00
2723d5d6a7B2017-110: step text prints below bottom border lineKathy2017-06-07 14:01:55 +00:00
c6127c17abB2017-109: Supplemental Information preferred page breaks causes incorrect pagination of following substepsKathy2017-06-07 11:16:27 +00:00
3d8ce13c6aNeeded to add SpaceIn=”True” to the Caution5 step type. This is not getting inherited from the Caution step typeJohn2017-06-06 14:47:00 +00:00
51c5cf8d1cC2017-024 logic to trim the height of the hold point type of boxes (Cautions/Notes types) when there is only a hard space type in for the text.John2017-06-05 20:22:09 +00:00
fa6cb507d6Closes F2017-026 (C2017-024 was opened). This update corrects the first QCV where it said QCW. There are three types: QCV, QCW, QC/INT. SR#196425Michelle2017-06-05 18:28:28 +00:00
21223b9b1fB2017-102: For figures, don’t add extra line for change bar lengths B2017-102: Add an offset for width to locate Change Bars on supplemental informationKathy2017-06-05 13:14:44 +00:00
b24c748d2fAdded the requested hold points for QCV, QCW, and QC/INT but it is a partial update. Rich will look into why centering of single line text isn't working, then Caution3, Caution4, and Caution5 will need made consistent.Michelle2017-06-02 17:24:18 +00:00
cf19548e12Updated copyright to 2017 and added Pmode (ability to change from single to two column or two column to single column), but it is a partial update at this time.Michelle2017-06-02 17:22:47 +00:00
9bf88111f1Change the ReplaceSymbolChars list to an indexed list (like transitions)John2017-06-01 15:09:59 +00:00
4163b9d46fB2017-033 Added the bullet character to the ReplaceSymbolChars list and set the size to 8 pointsJohn2017-06-01 15:02:35 +00:00
c6608b8370Added logic to support the indexed list version of ReplaceSymbolCharsJohn2017-06-01 14:31:51 +00:00
dd4c099741Updated usage of ReplaceSymbolChars to use an index The buttons in the symbol gallery now use an image of each symbol so that we can show the FreeMono representationJohn2017-06-01 14:31:16 +00:00
b9e3448fe5C2016-006 added clock symbol replacement, changed ReplaceSymbolChars to be an indexed list (like Transitions)John2017-06-01 14:29:13 +00:00
4324fd93aeB2017-103: Bottom continue message location adjustment B2017-103: Bottom continue message location adjustment using format valueKathy2017-06-01 12:26:33 +00:00
cbf44eb689B2017-098 Adjust font size in Tables within Supplemantal Information
Rich
2017-05-31 13:48:07 +00:00
138b68bc38New Single column format for the proms manual New two column format for the proms manual (not currently used) New single column format for the PROMS manual New two column format for the PROMS manual (not currently used) - initial fileMichelle2017-05-31 13:37:30 +00:00
d9eab8b1aaB2017-100: Tables, figures and equations in Sup Info column do not print properly, text below overwrites them. Also, the x-offset was adjusted to center below sup info steps.Kathy2017-05-30 15:26:23 +00:00
1648de9f8dAdded HWndCounter tool to count/debug window handle usage Add DSO Framer errors to our error log Commented out a debug console.writelineJohn2017-05-26 18:31:23 +00:00
cd3d3f15ebOpen RO.FST with READ/WRITE instead of just READJohn2017-05-26 18:27:49 +00:00
9b881f551eC2017-008 Formats now have a grouping allowing us to change a symbol character’s font family, size, style, and/or the actual characterJohn2017-05-26 15:13:19 +00:00
cc175768c6C2017-008 Increase the size of the box symbol character and B207-051 turn off all step compressionJohn2017-05-26 15:11:51 +00:00
b9c7828274C2017-008 Added commented out XML grouping which allows you to change a symbol character when it’s printedJohn2017-05-26 15:11:14 +00:00
d972d277bcB2017-101: Supplemental Information Steps: Don’t allow insert before & after.Kathy2017-05-26 12:30:13 +00:00
2388bc87a4B2017-101: Supplemental Information Steps: Allow copy stepKathy2017-05-26 12:29:42 +00:00
738089548cOn Preferred Page Break checkbox: make Supp Info -> Sup Info for consistency B2017-099: fix crash & printing of HLS with Caution & supinfo & supinfo on HLS too.Kathy2017-05-26 11:51:24 +00:00
0da05e4912Added DisplayTabControl to the constructor for DisplayRO
Rich
2017-05-26 11:01:48 +00:00
eb96b737f6Set the label for the Panel for the Search Buttons to Blank.
Rich
2017-05-25 19:12:20 +00:00
33612bee11C2107-019: right align Supplemental Information tabsKathy2017-05-24 15:04:12 +00:00
aa21c16ebbChanged ROImage to use GetJustROImage so that the ROFST lookup is not loaded for each ROImage.
Rich
2017-05-24 13:00:33 +00:00
26ad9239f2Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled. Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled. Disabled SessionPing when Importing a Procedure Set, Added frmVEPROMS parameter to the constructor so that SessionPing can be disabled. Added logic to disable SessionPing.
Rich
2017-05-24 12:59:28 +00:00
bd7204aff8B2017-093: Pagination issue when no supplemental information on page or when 2 steps on page & only 2nd has supplemental informationKathy2017-05-24 12:34:42 +00:00
6e94a74803B2017-085 Added hard returns back into the template B2017-085 Added logic to handle hard returns in the templates. Fix logic that grabs template titles that contain spaces.John2017-05-23 18:02:46 +00:00
4020477158B2017-071: unlink and create new linked step-tabs are same rather than unlinked being ‘NA’Kathy2017-05-23 11:56:40 +00:00
4f5585e332B2017- 092 Added logic to the PDF generation so that duplicate PDF Bookmarks are not added for steps containing supplemental information.John2017-05-22 15:33:41 +00:00
68aa1e9aabB2017-091The Checkbox for inserting blank pages for duplex printing was shortened so that it does not run into the Cancel button. It now reads “Add Blank Pages For Duplex Printing”. Also when print a procedure that has facing pages this check box is checked by default. B2017-090 Commented out a line of code that is no longer needed for printing facing pages, but was causing the main procedure to paginate incorrectly. Sped up the logic that calculates how small to shrink the font size on the supplemental information facing page.John2017-05-22 15:32:47 +00:00
2055fa863eB2017-073: Pasting image into RO image from context menu crashesKathy2017-05-19 14:19:45 +00:00
8280de55e2First round of reducing the font size of supplemental info text if would not normally fit on a pageJohn2017-05-18 16:27:09 +00:00
7f4173af82Logic to keep the supplemental info pages in sync with the SAMG procedure should the sup info print past the end of the pageJohn2017-05-18 16:26:17 +00:00
7f1fab4877Increased the page length by two lines and moved starting position up a line for the “Procedure Steps without Section Header” sectionJohn2017-05-18 16:25:44 +00:00
5ea29fbc74B2017-084: Fix hang when closing PROMS with Word doc open & open/close of RO Editor B2017-084: Fix hang when closing PROMS with Word doc open & open/close of RO Editor.Kathy2017-05-18 14:13:23 +00:00
ab44a78d9eB2017-083: Missing procedures in enhanced after creating new enhanced procedure from source, if it first procedure in listKathy2017-05-17 12:16:53 +00:00
d5b0ebc1f9Increased the page length to correct pagination compared to 16-bit outputJohn2017-05-16 20:05:55 +00:00
881e8c0833Set the change bar position to the same location as in the EOPs (single and duel column)John2017-05-16 18:16:59 +00:00
2a34dd3fe0Moved the Section Number and Section Title up in the Procedure Steps with Section Header section typeJohn2017-05-16 13:32:26 +00:00
fc672fac31F2017-037: Adjust location of box and page lengths to increase printable area for procedure step sections F2017-037: Adjust page length so length doesn’t go off bottom of page F2017-037: Increase size of box1 (used for procedure step sections)Kathy2017-05-15 12:03:53 +00:00
6c2cc93b88A temporary fix to the template to remove unhandled hard return. Changed the page with of the Step Description Table sectionJohn2017-05-12 20:14:19 +00:00
bbbcdf946aAdd text to checkbox for blank page printing Improve pagination for SAMG facing page printKathy2017-05-12 13:50:02 +00:00
d8f00ec197B2017-081: crash on insert of supplemental information. Cached item was of wrong type. Removed lines of code using this – it was not neededKathy2017-05-08 15:55:42 +00:00
3b03233003B2017-082 Added a check for a RO Path being assigned at the working draft nodeJohn2017-05-05 14:53:47 +00:00
243779476cThe header information for the Appendix Pages, Special Appendix Pages, One Column Attachment Page, Two Column Attachment page and Attachment_Landscape pages will all be consistent with the following format:Michelle2017-05-04 18:55:33 +00:00
b0e9f99226Included SupInfo in Search Results and Data Paths Added Indexes to Contents and Items for LastChanged to improve Session Open Stored Procedures
Rich
2017-05-04 14:25:26 +00:00
944cd18c6bB2017-081: crash on insert of supplemental information (cached item was of wrong type)Kathy2017-05-04 14:10:23 +00:00
9e93a16c7bembed the subinfo.pngKathy2017-05-03 15:25:16 +00:00
f139c79d32Support for SAMGS Supplemental InformationKathy2017-05-03 14:37:25 +00:00