105 Commits

Author SHA1 Message Date
2c1476b74c C2025-031 - Added Tool Tip text for button on V button. Code fix for DotNetBar Visual UI rendering 2025-05-13 16:03:44 -04:00
069ffb80e9 C2024-005-Annotations-Cleanup-2 2024-07-17 14:28:24 -04:00
bb99d6444c B2024-036 - Removed Print button from V Menu 2024-06-04 09:05:22 -04:00
9d50f55f71 C2024-007: Proms form font combo box debug mode displayed by command line arg in debug mode 2024-04-16 08:13:33 -04:00
9beeee2aac U2024-003-Help-Menu-Additions 2024-01-31 09:18:22 -05:00
aa28de4ba8 C2024-001 Quick-Print-in-ribbon 2024-01-10 14:28:47 -05:00
b6cbb97d7d C2022-009 New link to Error folder 2023-12-27 20:51:32 -05:00
Jake
3f7cbc10bc B2022-026 RO Memory reduction coding (Jakes Merge) 2022-06-03 19:45:42 +00:00
fdd59a5d6b Upped revision number to 1.8
C2020-033: 2021 UPGRADE Handling of incoming transitions on delete or review
2021-01-06 15:07:57 +00:00
7771cf66e0 C2019-002: move security & format items into submenus 2020-06-05 14:52:01 +00:00
da08428198 C2019-024 Turn on User Manual option in the help drop down menu 2019-05-23 14:22:27 +00:00
94f18653eb B2019-043 Added checks for being in design mode during initialization of variables. C2019-015 removed (hid) the Volian Web help menu option and place the About option as the last help menu option. 2019-03-22 15:16:44 +00:00
400ef655c7 C2015-022 Separate Windows Upgrade – supporting code for child windows 2018-03-12 14:31:58 +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
Rich
0da05e4912 Added DisplayTabControl to the constructor for DisplayRO 2017-05-26 11:01:48 +00:00
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