New Enhanced Document Properties
DB Command Line Parameter now supports server name and ItemIDs. Added File extension parameter to Make Document
This commit is contained in:
@@ -157,7 +157,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
private static string FixServer(string connectionString)
|
||||
{
|
||||
string serverName = Volian.Base.Library.VlnSettings.GetCommand("Server",null);
|
||||
string serverName = Volian.Base.Library.VlnSettings.GetServer();
|
||||
if (serverName != null && serverName != "")
|
||||
{
|
||||
System.Text.RegularExpressions.Match mServer = System.Text.RegularExpressions.Regex.Match(connectionString, ".*Data Source=([^;]*).*");
|
||||
|
Reference in New Issue
Block a user