update 20251212
This commit is contained in:
@@ -26,6 +26,7 @@ namespace OnDoc.UIControls
|
||||
public partial class Approval : UserControl
|
||||
{
|
||||
public bool approval_startet { get; set; } = false;
|
||||
private TreeViewAdv treeviewsave = new TreeViewAdv();
|
||||
public Approval()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -187,6 +188,10 @@ namespace OnDoc.UIControls
|
||||
tnpartner.Nodes.Add(tndok);
|
||||
}
|
||||
}catch { }
|
||||
if (AppParams.MultiThreadingSign)
|
||||
{
|
||||
treeviewsave = treeViewAdv1;
|
||||
}
|
||||
}
|
||||
|
||||
public int anzahl_dokument()
|
||||
@@ -292,6 +297,7 @@ namespace OnDoc.UIControls
|
||||
dg = null;
|
||||
|
||||
}
|
||||
//error = 1;
|
||||
if (error == 0)
|
||||
{
|
||||
db.Get_Tabledata("Select mutierer from dokument_Bewilligung where id=" + dr["id"].ToString(), false, true);
|
||||
@@ -354,6 +360,7 @@ namespace OnDoc.UIControls
|
||||
db.Get_Tabledata("Select bezeichnung from dokument where dokumentid='" + dr["dokumentid"].ToString() + "'",false,true);
|
||||
MessageBox.Show("Das Dokument '" + db.dsdaten.Tables[0].Rows[0][0].ToString() + "' konnte aufgrund eines technischen Problems nicht signiert werden. Bitte Vorganng wiederholsen", "", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
db = null;
|
||||
tn.Enabled = true;
|
||||
|
||||
}
|
||||
|
||||
@@ -387,6 +394,7 @@ namespace OnDoc.UIControls
|
||||
|
||||
signthread.Start();
|
||||
//remove_node();
|
||||
treeViewAdv1.SelectedNode.Enabled=false;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -510,6 +518,7 @@ namespace OnDoc.UIControls
|
||||
update_details(treeViewAdv1.SelectedNode.Tag as string);
|
||||
}
|
||||
catch { }
|
||||
|
||||
}
|
||||
|
||||
public void showhidepnlapproval(bool show)
|
||||
|
||||
Reference in New Issue
Block a user