Example #1
0
 private void cmdInsert_Click(object sender, System.EventArgs e)
 {
     UDS.Components.DocumentFlow df = new UDS.Components.DocumentFlow();
     df.AddJump(FlowID, StepID, ddFieldName.Items[ddFieldName.SelectedIndex].Value.ToString(), ddCompare.Items[ddCompare.SelectedIndex].Text, Double.Parse(txtContant.Text), Int32.Parse(ddStep.Items[ddStep.SelectedIndex].Value), Int32.Parse(ddlFlowRule.SelectedItem.Value));
     df = null;
     Bind();
 }
Example #2
0
 private void cmdInsert_Click(object sender, System.EventArgs e)
 {
     UDS.Components.DocumentFlow df = new UDS.Components.DocumentFlow();
     df.AddJump(FlowID,StepID,ddFieldName.Items[ddFieldName.SelectedIndex].Value.ToString(),ddCompare.Items[ddCompare.SelectedIndex].Text ,Double.Parse(txtContant.Text),Int32.Parse(ddStep.Items[ddStep.SelectedIndex].Value),Int32.Parse(ddlFlowRule.SelectedItem.Value));
     df = null;
     Bind();
 }