private void btnFInvoice_Click(object sender, EventArgs e) { frmIPRcptView f = new frmIPRcptView(); f.TRAN_CODE = "CUS004"; f.DEALER_TABLE = "tblCustomer"; f.ShowDialog(); txtInvoice.Text = f.BILLNO; txtInvoice.Focus(); }
private void btnFInvoice_Click(object sender, EventArgs e) { frmIPRcptView f = new frmIPRcptView(); f.TRAN_CODE = "SUP004"; f.DEALER_TABLE = "tblSupplier"; f.ShowDialog(); txtRefNo.Text = f.BILLNO; txtRefNo.Focus(); }