27 Commits

Author SHA1 Message Date
Rich
9e170362cc Added option to Remove Trailing Hard Returns and Manual Page Breaks
Added Server and Database to Window Caption (Title)
2016-01-20 20:17:16 +00:00
Rich
03303d785c New Enhanced Document Properties
DB Command Line Parameter now supports server name and ItemIDs.
Added File extension parameter to Make Document
2015-10-27 13:30:46 +00:00
6ad07dcf50 Comment text didn’t have // in front of it, causing a build error. 2015-09-14 14:30:52 +00:00
Rich
b39fc7a048 Open a MessageBox and provide a message if a connection fails. This handles incorrected values for the server name, the database name, or anything else (including security) which would cause a connection to fail. 2015-09-14 13:30:01 +00:00
Rich
25719bf869 Added code to Track DB Usage. Uses the StackTrace to find which object and method are being used when the database is being used.
Added Profile debug
2015-01-19 20:50:15 +00:00
Rich
3a7667d9b7 Use new generic property (ActiveDatabase) to access the current database name. About Screen
Use new generic property (ActiveDatabase) to access the current database name.  Name of Export File
Use new generic property (ActiveDatabase) to access the current database name.  Name of Error Log FIle.
Added new generic property (ActiveDatabase) to access the current database name.
2014-09-03 19:37:24 +00:00
Rich
b84141f9e5 Added Command Line support to set the server so that we don't need to duplicate the executable folder to create versions that use the local database or SQL2008. 2014-09-02 18:30:17 +00:00
15e744eb2c Fixed logic to display a menu of databases when {MENU} is the Initial Catalog in DBConnection.xml file 2014-01-09 17:04:31 +00:00
f8a3adcd32 Bug fix B2013-079 – Users can now use “{MENU}” in the DBConnection.xml file
so that they can specify a database in a PROMS shortcut (ex  VEPROMS.EXE \DB=VEPROMS_xxx)
2013-04-08 14:21:01 +00:00
Rich
c63d792953 Added reference to System.Collections.Generic
Added PurgeDataCommand class based on CSLA CommandBase class
Added CanTransitionBeCreatedCommand class based on CSLA CommandBase class
Added WillTransitionsBeValidCommand class based on CSLA CommandBase class
Added InvalidTransition class
Added ProposedTransition class
Changed NodeText_Changed method to support multi unit
Added BigNum class to support applicability for multi unit
2012-12-04 23:01:33 +00:00
2e18286a17 2012-10-04 11:18:29 +00:00
Rich
0e9a7efdae Fixed so that a passed-in parameter can specify the database to open 2012-06-15 17:18:03 +00:00
Rich
25db26519e Allow approval to work if no existing approved versions
Try too set margins if bottom margin is undefined for MSWord section
Corrected comment
2012-06-15 16:41:39 +00:00
a7a1734334 speed up the getting of the PROMS databases 2012-06-14 17:23:49 +00:00
d07ecf0a5f upped timeout of script that gets list of database to 30 seconds 2012-06-14 12:51:41 +00:00
Rich
9f45759050 Reduced memory usage
Add Memory Usage summary to the log file.
GetJustFormat to reduce memory use
Fix code so that children are not disposed while they are being used
Added new method GetJustFormat to reduce memory use
Fix logic so that content is not used after it is disposed
Verify that Content object is not disposed before using Text
Dispose of parts when Content object is disposed
Verify that ContentInfo object is not disposed before using Text
Dispose of parts when ContentInfo object is disposed
Place brackets around DB names to support names containing periods.
Dispose of parts when Item object is disposed
Removed inapproriate Dispose in MakeItem
Dispose of parts when ItemInfo object is disposed
Remove event handler when ItemInfoList object is disposed
Dispose of parts when Transtion object is disposed
Dispose of parts when ZTransition object is disposed
2012-05-29 18:02:17 +00:00
Rich
af59ad1538 Add LastDatabase property
This eliminates the need to look at all of the databases on the server, and thus speeds-up startup
Get and Save DefaultDB Setting
Added DefaultDB Setting
2012-03-07 15:58:34 +00:00
c2d645ab91 Added Using statements 2012-02-14 15:49:14 +00:00
Rich
ce76f1983d Look for new embedded resources except licx files
Exclude TempDB from Database list on startup
2012-01-26 16:44:26 +00:00
Rich
83f9e1cc75 SQL script to convert data to Approval format
Added Status before and after running script
Added query conditions to limit the databases listed
2012-01-23 18:21:06 +00:00
Rich
3153ffb024 Object support for approval
changes to support approval process
changes to limit menu to appropriate version of code
changes to support consistency check report
2012-01-23 13:51:04 +00:00
Rich
fee20b4f16 Added the ability to select a database from a menu. 2012-01-20 15:42:00 +00:00
Rich
3e71b6f6ca Allows the connection string to be set 2012-01-13 18:42:00 +00:00
Rich
de7194e3cb Use DBConnection.XML if it exists in the executable folder. 2010-12-17 15:12:42 +00:00
Rich
b086f76b63 Allow for multiple connect strings 2009-08-19 15:32:42 +00:00
Jsj
cda0291dbd 2008-05-16 18:07:47 +00:00
Jsj
6e00716c47 2007-11-20 20:12:45 +00:00