private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll ProductsAdd = new ProductSearchAll("TripSheet"); ProductsAdd.objTripDeliveryDetails = this; ProductsAdd.ShowDialog(); }
private void btnAddProduct_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("SPRefill_dist"); PSearch.objSPRefill = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll ProductsAdd = new ProductSearchAll("SVProductDemoDetails"); ProductsAdd.objSVProductDemoDetails = this; ProductsAdd.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("InvoiceTemplateProducts"); PSearch.objInvoiceTemplateProducts = this; PSearch.ShowDialog(); }
private void btnFreeProduct_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("FreeProducts2"); PSearch.objFreeProducts = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("DoorKnocks"); PSearch.objFrmDoorKnocks = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("OpeningStock"); PSearch.objFrmOpenStock = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("ShortageStockDetails", cmbBoxTransType.SelectedItem.ToString()); PSearch.objFrmShortageStock = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("INTERNALDAMAGE"); PSearch.objInternalDamage = this; PSearch.ShowDialog(); }
private void btnProductSearch_Click(object sender, EventArgs e) { ProductSearchAll PSearch = new ProductSearchAll("ProductPriceCircular"); PSearch.objProductPriceCircular = this; PSearch.ShowDialog(); SetSubProdSlNo(); }
private void btnProductSearch_Click(object sender, EventArgs e) { if (Convert.ToInt32(cbEcodeFrm.SelectedValue) > 0) { ProductSearchAll PSearch = new ProductSearchAll("StockTransfer", Convert.ToInt32(cbEcodeFrm.SelectedValue)); PSearch.objStockTransfer = this; PSearch.ShowDialog(); } }
private void btnProductSearch_Click(object sender, EventArgs e) { if (cbCompany.SelectedIndex > 0) { ProductSearchAll PSearch = new ProductSearchAll("ProductLicence", cbCompany.SelectedValue.ToString()); PSearch.objProductLicence = this; PSearch.ShowDialog(); } else { MessageBox.Show("Select Company", "SSERP", MessageBoxButtons.OK, MessageBoxIcon.Stop); } }
private void btnProductSearch_Click(object sender, EventArgs e) { //if (txtCombiName.Text!= "") //{ ProductSearchAll PSearch = new ProductSearchAll("CombiMaster"); PSearch.objCombiMaster = this; PSearch.ShowDialog(); GenerateCombiName(); //} //else //{ // MessageBox.Show("Please Enter Combi Name", "Combi Master", MessageBoxButtons.OK, MessageBoxIcon.Information); //} }