850 Commits

Author SHA1 Message Date
79ba3c5388 C2018-009 added “false” argument so PROMS version number does not print on PFDs when an Approval is done 2018-04-12 20:25:50 +00:00
13c3246f0c C2018-009 added static function to be called to print version number on PDF pages 2018-04-12 20:25:16 +00:00
Rich
079f03284d B2018-057 Save and Restore Hyphens rather than non-breaking hyphens which appear as small squares on the Procedure Specific Information Dialog. 2018-04-03 14:31:33 +00:00
d97b6bccf5 B2018-054 Added a HasSectionContent method to tell us if a section has sub-sections (used in frmSectionProperties.cs)
B2018-054 Don’t allow user to change a step section (with no steps) to a word section, if that section has sub sections
2018-03-21 18:57:07 +00:00
Rich
c10da98204 B2018-046 - Fix code so that duplicate ROs will not cause problems when they are converted to text during import. 2018-03-14 15:23:23 +00:00
400ef655c7 C2015-022 Separate Windows Upgrade – supporting code for child windows 2018-03-12 14:31:58 +00:00
4b3fd3a702 C2015-022 Separate Windows Upgrade – enable checkbox to open procedure sets in separate windows 2018-03-12 14:28:08 +00:00
Rich
75124cd7e4 B2018-033 - Set the default scrunching settings.
B2018-033 - Set the scrunching check box to checked by default
B2018-033 - Base table scrunching on the last row of a range rather than the first row of a range
B2018-033 - Added debug for table scrunching.
B2018-033 - Fix pagination to account for table scrunching
2018-03-02 18:57:57 +00:00
60b83e9926 B2018-025: Proms crashes opening Working Draft if associated enhanced Working Draft had been deleted 2018-03-01 15:34:22 +00:00
c040b742b2 B2018-039 Fixes issue where you could not print a second procedure if you left a procedure open in the PDF view. Bug was a result of fix for supplement information (B2018-029) 2018-02-22 19:12:27 +00:00
Rich
f2d85dfd79 B20180221 - Allow the user to open a Property Grid view of the current step from the Commandline arguments. Allow the user to print a procedure based upon the ItemID in the commandline. This is internal only. 2018-02-21 22:07:31 +00:00
Rich
9df7290679 B2018-030 Disable Ping when performing export.
B2018-031 Provide status as Figures are exported
2018-02-21 18:29:24 +00:00
0f982954b0 B2018-029: Deleted Supplemental Information step appears in pdf 2018-02-21 13:31:24 +00:00
3f12433da9 B2017-037 Added logic to the V button dialog so that the New button will be grayed out when on a RNO step type. Also added logic to sync the procedure tree selection with the current edit window in the step editor. 2018-02-08 20:28:37 +00:00
Rich
58c23de1ea We missed a spot when fixing the bug B2016-081. When importing a transiition it was converting an internal transition to text. This has been fixed.
B2018-002 Updated code that tracks and displays Transition Refresh Statistics
Added Statistic tracking for invalid transitions converted to text
2018-01-24 14:44:46 +00:00
Rich
b1fa1603b2 Revert to previous version 2018-01-19 19:21:42 +00:00
Rich
88db9605ed Updated code that tracks and displays Transition Refresh Statistics
Added Statistic tracking for invalid transitions converted to text
2018-01-18 15:06:09 +00:00
bd167bbb13 B2017-270 only enable the Steps Section and/or Word Section radio buttons if the format has them defined. 2017-12-13 15:43:17 +00:00
Rich
7469b70b06 B2017-260 - Add a prefix to the temporary MSWord section file names including the SQL server name and the database name. 2017-11-20 19:53:54 +00:00
df8b4b3562 C2017-036 Use Arial instead of Arial Unicode MS – as of Word16 Microsoft is no longer suppling Arial Unicode MS 2017-11-13 17:34:52 +00:00
Rich
95ae4efc58 B2017-244 Open RO Panel for MSWord sections
B2017-245 Leave RO Menu expanded for Section Titles or Procedure Titles.
B2017-247 Added Error Handling for PingSession so that the code will not crash
B2017-250 Added an error log message when a procedure or MSWord section is forced closed by the administrator.
2017-11-06 16:47:10 +00:00
b6be495117 B2017-242 added a check for duplicate procedure numbers within the same procedure set, before doing an approval 2017-10-25 17:48:05 +00:00
Rich
7645633143 B2017-240 Only refresh the RO Menu Tree when the ROFST is changed 2017-10-20 15:45:37 +00:00
Rich
6d350ed94f B2017-221 Allow the batch dialog to close when waiting to process 2017-09-26 17:56:29 +00:00
61a31cec22 B2017-188: Toggle off of SAMG facing pages blank pages checkbox on print dialog was still printing blank pages. 2017-09-22 16:03:51 +00:00
77c7cb6d6b F2017-060 Adjust the Roman Numeral HLS tab so that it aligns with the other high level step types
F2017-061 hide the Asterisk high level step type
B2017-214 – add a null reference check for when you close PROMS but do not have any procedures open
2017-09-20 19:18:47 +00:00
d6cd49cab2 B2017-212 If the user uses the X button in Word to close the word attachment, PROMS thinks that the user wants to close out of PROMS as well. Trap for this and close only the Word tab in PROMS.
Made StackToString() public for use in fixing B2017-212
2017-09-20 17:06:10 +00:00
8fd0230aa0 B2017-205 added a NULL reference check for when we are opening a Word attachment 2017-09-11 19:55:20 +00:00
e92144b7ff B2017-202 Refresh the RO tree in the Step Properties panel when Update ROs is done from the Administer Tools 2017-09-11 15:29:24 +00:00
Rich
738ea466b6 B2017-193 Added a Command Line flag /NoMRU that causes the Most Recently Used List not to be loaded. Sometimes PROMS will work for one user and not for another and the cause is something in the Most Recent Used List. This flag clears the Most Recent Used List
B2017-193 Error occured when a section in the MRU was being loaded as an iteminfo
2017-08-31 20:57:25 +00:00
52b40b0f5e B2017-076 Added checks to see if we processed any transitions or ROs and added a status message at the end of importing explaining the procedure that was imported did not have transitions or ROs.
B2017-076 Added a Boolean return value to FixTransitionText so that we know if any transition was processed.
2017-08-25 13:50:57 +00:00
21184ba366 Cleaned up status messages and results message when refreshing transitions
B2017-165 convert ? transition from 16-bit to 32-bit conversion to text
2017-08-08 19:51:20 +00:00
e8ae40ef7f C2017-030 consolidated the Amin Tools and created a new user interface
C2017-030 passed in session information to the Amin Tools constructor
2017-08-03 18:08:21 +00:00
Rich
b1e3532734 B2017-149 Timeout during Summary of Change Report causes Approval to crash. Added code to keep approval running even if the Summary of Changes fail. Also allow the user to decide if they want the summary of change report to be created. 2017-08-01 15:53:48 +00:00
Rich
8dc67fac8e B2017-157 Disable PingSession during import. This eliminates deadlock errors 2017-07-28 18:28:29 +00:00
Rich
54a50c8436 B2017-152 Don't crash if the administrator has the database locked 2017-07-20 15:47:34 +00:00
Rich
3604bbef47 C2017-027 Clear results before admin tool is run 2017-07-10 19:24:36 +00:00
Rich
537ab3c21c B2017-138 Add error handling for setting Bottom Margin
Removed debug output
2017-07-10 15:40:39 +00:00
Rich
8048416576 B2017-127, B2017-131 Send message when a MSWord section is opened.
B2017-126 Only turn-on NamedPipe if Command Line parameter /NamedPipe is used.
2017-06-29 17:53:50 +00:00
559c01f22a B2017-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. 2017-06-27 17:51:50 +00:00
Rich
850acf34b4 Added admin tool to fix hyphens
Fix hyphens when non-standard hyphens are pasted
2017-06-26 15:19:47 +00:00
a8a0b37a32 Added 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-125
2017-06-23 20:02:34 +00:00
Rich
a882e4f33d Open Pass 2 Page Number PDF File if the user chooses to create a Pass 2 PDF. 2017-06-23 19:18:47 +00:00
c1c5bfd081 C2017-025 logic added so that dropdown list opens when you click anywhere on the dropdown control 2017-06-21 12:41:22 +00:00
Rich
ab7d3b4c66 B2017-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" 2017-06-20 19:23:58 +00:00
f5dbfa12fb B2017-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.
2017-06-20 16:26:04 +00:00
Rich
0da05e4912 Added DisplayTabControl to the constructor for DisplayRO 2017-05-26 11:01:48 +00:00
Rich
26ad9239f2 Added 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.
2017-05-24 12:59:28 +00:00
68aa1e9aab B2017-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.
2017-05-22 15:32:47 +00:00
5ea29fbc74 B2017-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.
2017-05-18 14:13:23 +00:00