Ejemplo n.º 1
0
        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();
        }
Ejemplo n.º 2
0
        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();
        }