17 Commits

Author SHA1 Message Date
85af0936c0 2016-01-04 21:11:59 +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
Rich
14e0d8c756 Added ROID PDF Destinations to Complete RO Report so that PDF Links can go to a specific Refenced Object in the Complete RO Report PDF. 2015-09-12 15:41:08 +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
3fe7f68166 Added a smarter status message based on the number of items being processed 2015-05-04 19:06:14 +00:00
f9992cd299 Better status messages during the retrieval of data for the report
Improved the Select statement used to get RO data from the database
Status message added
2015-04-17 16:51:51 +00:00
Rich
8c222f99b4 2015-04-10 10:19:04 +00:00
Rich
bbb0855445 2015-04-10 10:18:21 +00:00
Rich
f3b6caa16f Conversion to VS2013 2015-04-10 09:29:10 +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
Rich
3f945b04c5 Added code to replace the repetitive message box popups when an orphaned records are identified during the creation of a rofst with a single message box at the end of creating a rofst directing the user to a file that contains all of the orphaned records 2015-02-05 03:47:04 +00:00
3ba1e71b4b Added an Application.DoEvents() 2015-01-30 20:12:55 +00:00
80ba48f0f9 Creates a meta file used to generate a Complete RO Report 2015-01-27 19:41:58 +00:00
b9c6d317c7 Logic to handle when a RO Database is selected when generating report information
In creating a temporary (meta) file for Complete RO Report, file was sometimes not created anew with the FileMode.Create setting.  Changed to FileMode.Append and specifically delete the meta file before calling to generate it.
2015-01-27 19:39:31 +00:00
2efe10bd9a 2013-03-26 11:19:08 +00:00
25aff47849 2013-03-25 20:33:33 +00:00