[성현모] Trend 클릭 오류 수정, DB 커넥션 정보 오류 수정
This commit is contained in:
@ -545,7 +545,7 @@ namespace SystemX.Product.CP.TRA
|
||||
|
||||
strAddress += " , " + nConnPortDT1.ToString();
|
||||
|
||||
strConnDT1Label = "Data Database [1][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.LongTermCatalogName + "]";
|
||||
strConnDT1Label = "Data Database [1][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.SelectLongTermCatalogNameCon1 + "]";
|
||||
|
||||
barStaticItemConn.Caption += (" " + strConnDT1Label);
|
||||
|
||||
@ -555,7 +555,7 @@ namespace SystemX.Product.CP.TRA
|
||||
|
||||
strAddress += " , " + nConnPortDT2.ToString();
|
||||
|
||||
strConnDT2Label = "Data Database [2][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.LongTermCatalogName + "]";
|
||||
strConnDT2Label = "Data Database [2][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.SelectLongTermCatalogNameCon2 + "]";
|
||||
|
||||
//barStaticItemConn.Caption += " Data Database [2][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.LongTermCatalogName + "]";
|
||||
|
||||
@ -583,6 +583,12 @@ namespace SystemX.Product.CP.TRA
|
||||
|
||||
OverviewSearchOption oso = await view.ViewData(eCurrentView, dtStart, dtEnd, OvOp, bMergeByPartNumber, false, strTestQuery);
|
||||
|
||||
string strAddress = (strConnIPAddressTL == string.Empty ? "LocalHost" : strConnIPAddressTL);
|
||||
strConnDT1Label = "Data Database [1][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.SelectLongTermCatalogNameCon1 + "]";
|
||||
strConnDT2Label = "Data Database [2][" + strAddress + "] [" + DatabaseConnControl.ShortTermCatalogName + "] [" + DatabaseConnControl.SelectLongTermCatalogNameCon2 + "]";
|
||||
|
||||
ChangeDatabaseView(eCurrentView);
|
||||
|
||||
if (oso.ViewOptionPanel)
|
||||
{
|
||||
if (barToggleSwitchItemOverviewMerge.Checked == !oso.DisplayByStation)
|
||||
|
||||
Reference in New Issue
Block a user