Fixed a bug that caused the ModifyRecord form to crash on load if the cursor was over the top left hand header cell. Set a timeout for the restore SQL statement to hopefully prevent a timeout exception from being thrown. Minor code clean up.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace AdvertsingProfitControl
|
||||
}
|
||||
catch (IOException e)
|
||||
{
|
||||
|
||||
Logger.WriteLog(DateTime.Now, "Generate Full Report", e.Message, Level.Error);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user