Exemplo n.º 1
0
 private void BtnDoc_Click(object sender, EventArgs e)
 {
     //throw new NotImplementedException();
     if (MessageBox.Show("ต้องการ ยืนยันช้อมูล ", "", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2) == DialogResult.OK)
     {
         String re  = xC.updateClearCashComplete(cboStaff.SelectedItem != null ? ((ComboBoxItem)(cboStaff.SelectedItem)).Value : "");
         int    chk = 0;
         if (int.TryParse(re.Replace("CC", ""), out chk))
         {
             txtEccDoc.Value = re;
             btnSave.Image   = Resources.accept_database24;
         }
         else
         {
             btnSave.Image = Resources.accept_database24;
         }
     }
 }
Exemplo n.º 2
0
 private void BtnDoc_Click(object sender, EventArgs e)
 {
     //throw new NotImplementedException();
     if (MessageBox.Show("ต้องการ ยืนยันช้อมูล ", "", MessageBoxButtons.OKCancel, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2) == DialogResult.OK)
     {
         String re  = xC.updateClearCashComplete(xC.userId);
         int    chk = 0;
         if (int.TryParse(re.Replace("CC", ""), out chk))
         {
             txtEccCode.Value = re;
             btnSave.Image    = Resources.accept_database24;
         }
         else
         {
             btnSave.Image = Resources.accept_database24;
         }
         setGrfEcc(txtPdId.Text);
     }
 }