90 Commits

Author SHA1 Message Date
Rich
5ae3a93bea If you try to import a procedure into an empty PROMS folder, the code was deleting the File System Folder including the import file. This happened during D.C. Cook training (12/3/2015).
B2015-138 When Importing a procedure that has a customer RODB location, and the RODB locations in the Database have been updated to local locations, the user is given the choice of RODBs.  If the user answere OK the RO Database is set for the procedure set (Working Draft).  If the user presses the Cancel button, the import is canceled.
B2015-195 When trying to set an RO Path for a procedure set, the OK button was not being enabled.  This has been fixed.
B2015-196 If you change an RO Path to match an existing path you will be giving a message saying that this cannot be done.
During D.C. Cook training I noticed that there are two items in the tool bar that should only be available in DEBUG mode.  These are LastChange and StepRTF which are used for debugging Multiuser.  They have been changed to not be visible for production mode.
Remove locked or unlocked from toolbar.  It was not connected to anything.
Allow the existing (Customer) FSTs to be used without a local copy of the RO database.
B2015-166 Summary of Changes - Remove duplicate records for new steps.
2015-12-04 17:14:59 +00:00
Rich
312b0e4e2d Improved performance of the SQL Stored procedures related to DeleteItemAndChildren.
Added output so that status can be seen as a procedure is deleted.
2015-08-12 22:14:44 +00:00
5455804e11 B2015-087: annotation panel not enabled for folders/doc versions 2015-06-29 13:17:01 +00:00
7cc3f73b66 Adjust boxes
DisplayTags panel, set docking to fill (had top)
2015-06-04 14:52:40 +00:00
Jim
e8eed87c3b Forgot to include update for btnStepRTF 2015-05-28 02:21:36 +00:00
Jim
f005316849 Modified code to support structure changes to treeview nodes 2015-05-16 17:02:26 +00:00
Rich
c5fc60bfbd Added parameter for frmPDFStatusForm
Added parameters for PromsPrinter
Changed ItemID TextBox to a multiline TextBox
Added Next and Previous button to move through IDs in TextBox
Added a print button to print all of the procedures associated with the list of IDs
Added code asociated with controls above
Added error handler for the Clipboard
2015-05-06 14:39:04 +00:00
Rich
f1c6f819b9 Added code to support textbox in status bar at bottom of PROMS which allows user to locate an item by the itemid or contentid in debug mode 2014-10-24 01:30:19 +00:00
Rich
fa84a7f44a Added click event handler for lblItemID label at bottom on screen in debug mode 2014-02-13 03:00:31 +00:00
Rich
ae959be13a Added setting ROFSTLookup property of Display RO to null for initialization 2014-02-07 17:33:33 +00:00
Rich
b634967817 Added SessionInfo property to dlgApproveProcedure and ApprovalInfo classes.
Added SessionInfo property to DlgPrintProcedure and added checks to print routines to notify user that another user has procedure checked out with a confirmation to continue printing.
Added code to support multiuser and security including initializing security, creating user if user does not exist in database, checking in and out DocVersions, Procedures and Documents and keeping the database notified that user is still active.
Added label to bottom of PROMS main form to indicate who user is and what security they have on open objects.
2013-11-20 23:00:28 +00:00
8d73cf9974 changed the Tree View checkbox from “Save Expanded” to “Remember Last” and added a tool-tip for a more detailed description
B2013-089 – fixed a bug where you could not resize the Procedure panel unless you closed and re-opened the panel.
2013-05-29 18:05:15 +00:00
8680480492 C2013-005 – Allow user to change the procedure panel’s title 2013-03-27 14:37:53 +00:00
Rich
33fc77ca02 Added logic to eliminate mouse_up response on a tree after a node is expanded
Added Mouse_down event handler to reset ExpandingTree variable.
2013-03-13 14:58:41 +00:00
4c673f0ea3 2013-02-20 11:42:32 +00:00
3862704bc9 hide the User Manual help menu option for now. 2013-02-12 13:58:30 +00:00
93c185c6c7 needed to remove TitleStyle setting This was something added automatically when we tried the new version of DotNetBar. We found problems so we went back to our previous version of DotNetBar.
need to move the _RibbonControl.Autosize setting out of the designer code module to here
2013-01-08 16:48:20 +00:00
570e2813bf set the Step Properties panel visible setting to true 2013-01-03 14:14:52 +00:00
Rich
0db6960130 Wires displayApplicability.ApplicabilityViewModeChanged to displayApplicability_ApplicabilityViewModeChanged event handler
Added method displayApplicability_ApplicabilityViewModeChanged event handler to frmVEPROMS class
When printing procedres, sets doc version docVersionConfig.SelectedSlave to selected unit, approves or prints procedure, and then resets doc version docVersionConfig.SelectedSlave to 0
When printing procedre sets procedure docVersionConfig.SelectedSlave to selected unit, approves or prints procedure, and then resets procedure docVersionConfig.SelectedSlave to 0
Shows DlgPrintProcedure as modal dialog window
Sets displayApplicability display tab item
Sets infotabApplicability to visible
If multi unit, set up infotabApplicability
On first time into method, sets bottomProgBar value and upper limit
On subsequent times into method, increments bottomProgBar value
Sets bottomProgBar.TextVisible to true
Calls Application.DoEvents to refresh screen
Added tcpApplicability TabControlPanel control
Added displayApplicability DisplayApplicability user control
Added infotabApplicability TabItem control
2012-12-04 22:48:58 +00:00
Rich
537213ee7a Kill the process after closing the main app window. The process was remaining in memory for an extended period of time after it was closed. This removes it from memory immediately.
Added "Fix Symbol Font" button
Don't open a DSOFramer if it fails - Fixed B2012-267.
Replace an automatic function with a manual function to fix Symbol fonts. Fixed B2012-259.
2012-10-10 19:12:59 +00:00
Rich
41c9f223b0 Show Progress bar when Printing all procedures
Added Cancel button for printing all procedures
Added Timer for automatic processes
2012-09-17 19:14:29 +00:00
8ffe532d44 logic for Reports (currently just RO Usage reports)
methods for RO Usage Reports
2012-09-13 19:54:26 +00:00
Rich
f40cd6817b Added Menu Item under help to Create Error Log Email
Put approved PDF in temporary folder for viewing
2012-04-26 22:04:39 +00:00
Rich
31b5ba8c7b Added logic so that FormatUpdate doesn’t work in production mode
Added Folder Browser to select Format Folder
Added FormatFolder setting to update formats
2012-04-20 15:17:38 +00:00
119769f31f added event to update the Annotation lists in the Search and Annotation Details panels 2012-03-16 15:48:06 +00:00
Rich
0962e9aa9b Added Event Handler for tc.SelectedDisplayTabItemChanged so the TreeView selection will match the selected tab 2012-02-18 11:57:18 +00:00
718b4d9dc0 Allow update of formats from PROMS interface 2011-11-16 16:37:15 +00:00
Rich
7ec5ca5555 Allow History to be visible when Procedure is selected
Initially, don't show the History tab (until something is selected)
2011-08-02 19:39:44 +00:00
Rich
a38f0b0909 Some Chnage Manager changes
Change Manager
2011-08-01 20:14:37 +00:00
0566b7680f save the user's QAT settings, assign V icon to executable 2011-05-27 17:14:21 +00:00
76dd59be14 2011-04-08 13:15:41 +00:00
3a46cb8580 2011-02-08 11:25:03 +00:00
bd4ec5d510 2010-11-23 14:52:15 +00:00
ce69adcd51 2010-10-08 13:00:24 +00:00
3000d61d8c 2010-10-07 12:40:09 +00:00
c9e16ed09e 2010-09-28 17:03:23 +00:00
0c246c22a5 2010-09-27 12:42:43 +00:00
Rich
d0ec2bab6f Added to the User Interface
Settings for Builders Group Demo
Event handler for Search Results Report and Resolution User Interface
Added code to make DataLoader and PDF generation faster
Added ToolTip Property to ItemInfo
Added code to handle "AND Range" Transitions
Changed comment
Sorts ROs by value
2010-09-06 19:35:11 +00:00
a68f9a6e7f 2010-07-20 14:16:28 +00:00
58baa1dd81 2010-06-08 20:53:36 +00:00
2d30a26f49 2010-04-19 13:54:31 +00:00
71f627232f 2010-03-25 11:17:56 +00:00
Rich
4a3cbb7b80 Docked font combo to right 2010-02-02 20:51:21 +00:00
Rich
7ab1302c84 Moved Font ComboBox for Debug 2010-01-08 14:28:13 +00:00
Rich
b65a6abf87 Added ability to set default font for DEBUG 2009-12-18 18:29:58 +00:00
afe0585ee5 fixed design view 2009-11-30 17:41:24 +00:00
a66282af03 turned on icon for shortcuts in help menu 2009-11-20 14:30:45 +00:00
c12fede874 2009-11-20 13:38:55 +00:00
fa7a6507bc 2009-11-20 13:33:29 +00:00
9bdfbdf1da 2009-11-20 12:32:02 +00:00