Exemplo n.º 1
0
 private void btn_OutAndSee_Sel_Click(object sender, EventArgs e)
 {
     this.txt_OutAndSee_Cell.Text = WareStore.GetCell(base.AppInformation, base.UserInformation, 1);
     if ((this.txt_OutAndSee_Cell.Text.Trim() != "") && (this.cmb_OptGroup.Text.Trim() != ""))
     {
         int nRow = 0;
         nRow = this.GetPosRowNo(this.txt_OutAndSee_Cell.Text.Trim());
         this.LoadOptNoList("", this.cmb_OptGroup.Text.Trim(), nRow);
     }
 }
Exemplo n.º 2
0
 private void btn_SelFromNo_Click(object sender, EventArgs e)
 {
     WareStore.SelectIOStoreBillData(AppInformation, UserInformation, 2, "", drvItem["cMNo"].ToString(), new WareStoreMS.DoSelIOStoreMatBillDataEvent(doSelIOStoreMatBillData));
 }