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:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.5.*")]
|
||||
[assembly: AssemblyFileVersion("3.5.1.0")]
|
||||
[assembly: AssemblyVersion("3.7.0.0")]
|
||||
[assembly: AssemblyFileVersion("3.7.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user