Exemple #1
0
        private void btnQPInvoice_Click(object sender, EventArgs e)
        {
            arDocsPopup newPopup = new arDocsPopup(this, true);

            newPopup.ShowDialog();
        }
Exemple #2
0
        //Searches for release ARDocs for the customer
        private void btnArDocSearch_Click(object sender, EventArgs e)
        {
            arDocsPopup newPopup = new arDocsPopup(this, tbRefNbr.Text);

            newPopup.ShowDialog();
        }