9 Commits

Author SHA1 Message Date
7fbc9e358d C2017-003: Support SQL Server for storing of Referenced Object data 2020-01-09 15:19:25 +00:00
20db7f517a B2019-082 – Set the PROMS executables to always use the U.S. date format (MM/DD/YYYY) 2019-06-04 16:11:35 +00:00
83c3a69a89 B2015-089 Restore inner xml when there is a problem trying to save a duplicate RO, C2015-017 – added red text that appears when Duplicate button is pressed. 2017-02-02 18:44:40 +00:00
fddcb8d13f B2017-015: RoEditor – Incorrect Menu Items/Edit fields for groups/subgroups 2017-01-27 12:33:49 +00:00
Rich
1d360b719e The Ro Editor uses a semaphore File (ROEditor.OWN) to control or limit the number of people that can edit the RO database. Only one person can edit at a time. When the editor is opened, the code checks to see if the Semaphore flag exists. If it does, the code exits immediately. If it didn't exist, it was created. When the editor was exited properly, the file was closed and deleted.
Unfortunately, if the editor crashed, the file would be left and nobody could open the RO Editor.  To this point, this would have to be fixedd manually.  With this change, the code deletes the file rather than checking for its existance.  If the deletion fails (which indicates that the editor is in use) a MessageBox will be displayed and identify who has the RO Editor.
2015-09-15 21:40:15 +00:00
0e255bc3d8 Added a message box to notify the user when an RO cannot be found. This is used when you do a Go To RO in PROMS.
Added a NULL reference check.
2015-07-30 17:13:08 +00:00
36cafa9085 Changed the Open of the ROEditor.own file to an OpenOrCreate 2015-03-03 21:20:56 +00:00
Rich
f73ab7c3a7 Added code to improve how the ROEditor responds when a 2nd instance is opened. 2015-02-27 03:51:53 +00:00
25aff47849 2013-03-25 20:33:33 +00:00