diff --git a/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs b/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs index be801f2..cd70be0 100644 --- a/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs +++ b/CPXV2 TRA JSON/SystemX.Product.CP.TRA/UIControl/UcTRAStepTrend.cs @@ -329,13 +329,13 @@ namespace SystemX.Product.TRA.UIControl bool bIsGlobal = (Convert.ToInt32(dtRowTestlistSpec[eColTestlist.IsGlobal.ToString()])) > 0 ? true : false; drDisp[4] = bIsGlobal ? row.GlobalMin.ToString() : dtRowTestlistSpec[eColTestlist.SpecMin.ToString()].ToString(); - drDisp[5] = bIsGlobal ? row.GlobalMAx.ToString() : dtRowTestlistSpec[eColTestlist.SpecMax.ToString()].ToString(); + drDisp[6] = bIsGlobal ? row.GlobalMAx.ToString() : dtRowTestlistSpec[eColTestlist.SpecMax.ToString()].ToString(); string strMessage = row.Message.ToString(); string strMeasValStr = row.MeasValStr.ToString(); string strMeasVal = row.MeasVal.ToString(); - drDisp[6] = string.IsNullOrWhiteSpace(strMessage) ? (string.IsNullOrWhiteSpace(strMeasValStr) ? strMeasVal : strMeasValStr) : strMessage; + drDisp[5] = string.IsNullOrWhiteSpace(strMessage) ? (string.IsNullOrWhiteSpace(strMeasValStr) ? strMeasVal : strMeasValStr) : strMessage; drDisp[7] = row.Result.ToString(); /*