update 20250317
This commit is contained in:
@@ -129,7 +129,16 @@ namespace OnDoc.DocMgmt
|
||||
tnnativ2.Tag = dr[0].ToString();
|
||||
tnnativ2.Text = dr[1].ToString()+" [Ohne Archivierung]";
|
||||
tnnativ2.TagObject = dr;
|
||||
tnnativ2.LeftImageIndices = new int[] { Convert.ToInt32(dr["apptype"]) };
|
||||
if (dr[1].ToString().Contains("QDF"))
|
||||
{
|
||||
tnnativ2.LeftImageIndices = new int[] { Convert.ToInt32("6") };
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
tnnativ2.LeftImageIndices = new int[] { Convert.ToInt32(dr["apptype"]) };
|
||||
|
||||
}
|
||||
tnnativ.Nodes.Add(tnnativ2);
|
||||
|
||||
}
|
||||
@@ -436,6 +445,10 @@ namespace OnDoc.DocMgmt
|
||||
{
|
||||
cChild.LeftImageIndices = new int[] { Convert.ToInt32(row["apptype"]) };
|
||||
}
|
||||
if (row["bez"].ToString().Contains("QDF"))
|
||||
{
|
||||
cChild.LeftImageIndices = new int[] { 6 };
|
||||
}
|
||||
|
||||
//Recursively build the tree
|
||||
PopulateTree_Favoriten(row, cChild);
|
||||
|
||||
Reference in New Issue
Block a user