Added code to handle Table ROs.
Used generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated. Added Error Handling around the code that shuts down PROMs Added function to ROFSTLookup to retrieve the Accessory Page ID. Corrected code to handle value changes for Table ROs Created generic (static) VlnFlexGrid.ROTableUpdate to determine if the table contents are updated.
This commit is contained in:
@@ -687,7 +687,14 @@ namespace VEPROMS
|
||||
// RHM 20121010
|
||||
// Something was causing the process to remain in memory for an extended period of time
|
||||
// after printing procedures. The following lines kills the process immediately.
|
||||
System.Diagnostics.Process.GetCurrentProcess().Kill();
|
||||
try
|
||||
{
|
||||
System.Diagnostics.Process.GetCurrentProcess().Kill();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_MyLog.Warn("Attempting to Close", ex);
|
||||
}
|
||||
}
|
||||
// Get the "Procedures" Panel Heading (title).
|
||||
// by default the heading is "Procedures" (handled in the getting from the config)
|
||||
|
Reference in New Issue
Block a user