310 Commits

Author SHA1 Message Date
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
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
54a50c8436 B2017-152 Don't crash if the administrator has the database locked 2017-07-20 15:47:34 +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
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
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
e24685abea 2017-03-22 20:07:41 +00:00
Rich
e77a17d645 Added a SQL Timeout text box to the Folder Property form.
Set the Database Default Timeout to twenty times SQL Timeout Property for the top folder.
Set the Database SQL Timeout to SQL Timeout Property for the top Folder.
2017-03-01 15:39:24 +00:00
Rich
88876fbe90 Don't remember window state when opening PROMS 2017-02-10 17:32:48 +00:00
Rich
69b7de9fc5 Added Error Log code to record errors when import fails
Added Error handling to Import so that Change Manager is turned-on after Import whether it is successful or not.
Don't allow import if the Referenced Objects have not been selected.
Turn On Change Manager if there are no active sessions
Don't crash if the Referenced Objects are not set when you right-click on a Working Draft.
2017-02-10 16:23:31 +00:00
90834bf875 C2016-044: Find RO values from selected Word section text 2017-01-26 12:29:06 +00:00
993a22eb5a Added Change Image Size to context menu 2017-01-19 18:05:52 +00:00
4744bcd450 B2016-282: remove new subsection menu item off of V-Button when selected section is a Word Section
B2016-236: for global search – add ‘Figure’ to Results style as Document Text & change ‘AER’ to ‘Left’ in list of step types for figures.
B2016-282: remove new subsection menu item off of a Word Section from
2017-01-12 15:23:27 +00:00
Rich
99aa1ac9c5 Use a timer to refresh the Step Type list in the Search Panel
Use a timer to refresh the Step Type list in the Search Panel
Refresh Step Type list after a Working Draft is Checked or Unchecked.
2016-11-21 16:05:22 +00:00
0b7371367c Equation Editor interface support 2016-11-17 15:05:15 +00:00
Rich
2647efc988 Corrected the Tool Tip for PROMS Options 2016-10-28 18:30:31 +00:00
Rich
c538aaab5a Add Tooltips to the menu items so that they will have tool tips if added to the quick access toolbar. 2016-10-28 16:10:04 +00:00
e689dc2ba0 Embedded images 2016-10-17 14:25:30 +00:00
ac47021609 Added a null reference check for selectedDVI on the tc_PanelTabDisplay() function.
Added logic to skip the checks for changed integrated graphics (figures) when the RO database has none.
2016-08-03 18:52:14 +00:00
ffa8edbdd3 Reset the ribbon buttons enabling when a procedure tab is selected to fix <Shift><F5> issue so that Copy Step Paste options menu pops up B2016-148 2016-06-29 19:30:32 +00:00
4c6d09803d Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks
Supporting logic to handle the use of the backslash character, dashes, and symbols
Supporting logic to handle the use of the backslash character and dashes
2016-06-21 15:15:01 +00:00
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
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
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
2016-05-09 11:24:29 +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
2016-05-02 19:10:51 +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
2016-04-21 17:31:33 +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)
2016-04-19 18:56:55 +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)
2016-04-12 17:43:09 +00:00
Rich
d635be8452 Corrected code so that the annotation panel expands and collapses properly 2016-04-05 16:01:59 +00:00
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
Rich
e0c4f8b1f4 Display the SQL Code Revision in the Error Log 2016-02-26 16:08:47 +00:00
7eff67c489 disable print button on the reviewer ribbon when the applicability setting is Master 2016-02-26 16:00:17 +00:00
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
37fbb51a32 Turned off the multi user (Concurrent User) logic because it was causing problems. 2016-02-15 17:28:11 +00:00
Rich
697fbf98f8 Show the amount of time it takes to complete a search
Remove Debug Messages
Eliminate crash due to SQL connections
The location for search result was changed from bullets to meaningful values.
2016-02-12 20:00:10 +00:00
4c6ac2fda0 B2015-226: RO Information was not refreshing after an update 2016-02-11 14:02:50 +00:00
Rich
3dde544f71 Use a simpler method to hide the psuedo caret 2016-02-03 17:15:06 +00:00
Rich
0eeac0cb7f Allow the userr to speciffy if they want annotations to be listed for non-annotation searches 2016-02-03 15:14:08 +00:00
Rich
c159a9889f Pause timer to refresh the treeview while items are being added.
Sometimes the Multiple Cursors are diplayed.  One is a proper cursor that moves with the right and left arrow keys.  The other one can appear anywhere in the text or even bettwen text windows and does not move with the arrow keys.  This has been fixed.
2016-02-01 21:29:03 +00:00
Rich
3d38002678 Removed unused Debug output 2016-01-28 16:17:28 +00:00
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
Rich
15d8380fe6 vesp_GetDisconnectedItemsCount - Fixed to account for Deleted Items
vesp_PurgeDisconnectedData- Stored procedure to remove disconnected data
Fixed the window header to show the SQl Server name and the Database name
2016-01-22 21:25:29 +00:00
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
Rich
5a478dff75 Caption Serverand Database Name 2016-01-20 20:29:09 +00:00
Rich
9e170362cc Added option to Remove Trailing Hard Returns and Manual Page Breaks
Added Server and Database to Window Caption (Title)
2016-01-20 20:17:16 +00:00
77cdf81736 Enhanced Documents – various improvements
Enhanced Documents – existing docversion properties UI
2016-01-20 16:35:48 +00:00