public FormVIEWPENERIMAEXPRESS(EXPRESS.FormENTRYSO _frm, int _type)
        {
            InitializeComponent();
            this.type = _type;
            if (type == 1)
            {
                this.frm = _frm;
            }

            LOAD_DATA();
            txtCARI.Focus();
            myToolTip();
        }
 public FormTAMBAHCUSTOMER(DELIVERYORDER.FormDATAENTRY _frm, EXPRESS.FormENTRYSO _frmSO, int _Type)
 {
     InitializeComponent();
     this.Type = _Type;
     txtKODE.Text = GETKODE();
     txtKODE.ReadOnly = true;
     if (Type == 1)
     {
         this.frm = _frm;
     }
     else
     { this.frmSO = _frmSO; }
 }
示例#3
0
        public FormVIEWPENERIMAEXPRESS(EXPRESS.FormENTRYSO _frm, int _type)
        {
            InitializeComponent();
            this.type = _type;
            if (type == 1)
            {
                this.frm = _frm;
            }

            LOAD_DATA();
            txtCARI.Focus();
            myToolTip();
        }
 public FormTAMBAHPENERIMA(DELIVERYORDER.FormDATAENTRY _frm,EXPRESS.FormENTRYSO _frmSO, int _Type)
 {
     InitializeComponent();
     this.Type = _Type;
     if (Type == 1)
     {
         this.frm = _frm;
         c.TYPE = 2;
     }
     else
     {
         c.TYPE = 1;
         this.frmSO = _frmSO; }
 }
示例#5
0
 public FormCUSTOMEREXPRESS(EXPRESS.FormENTRYSO _frm, int _type)
 {
     InitializeComponent();
     this.type = _type;
     if (type == 1)
     {
         this.frm = _frm;
     }
     else
     {
         //this.frmINVOICE = _frmSTT;
     }
     LOAD_DATA();
     txtCARI.Focus();
 }
示例#6
0
 public FormTAMBAHCUSTOMER(DELIVERYORDER.FormDATAENTRY _frm, EXPRESS.FormENTRYSO _frmSO, int _Type)
 {
     InitializeComponent();
     this.Type        = _Type;
     txtKODE.Text     = GETKODE();
     txtKODE.ReadOnly = true;
     if (Type == 1)
     {
         this.frm = _frm;
     }
     else
     {
         this.frmSO = _frmSO;
     }
 }
示例#7
0
 public FormTAMBAHPENERIMA(DELIVERYORDER.FormDATAENTRY _frm, EXPRESS.FormENTRYSO _frmSO, int _Type)
 {
     InitializeComponent();
     this.Type = _Type;
     if (Type == 1)
     {
         this.frm = _frm;
         c.TYPE   = 2;
     }
     else
     {
         c.TYPE     = 1;
         this.frmSO = _frmSO;
     }
 }
        public FormVIEWPENERIMA(DELIVERYORDER.FormDATAENTRY _frm,EXPRESS.FormENTRYSO _frmSO, int _type)
        {
            InitializeComponent();
            this.type = _type;
            if (type == 1)
            {
                this.frm = _frm;
                c.TYPE = 2;
            }
            else {
                c.TYPE = 1;
                this.frmSO = _frmSO; }

            LOAD_DATA();
            txtCARI.Focus();
            myToolTip();
        }
示例#9
0
        public FormVIEWPENERIMA(DELIVERYORDER.FormDATAENTRY _frm, EXPRESS.FormENTRYSO _frmSO, int _type)
        {
            InitializeComponent();
            this.type = _type;
            if (type == 1)
            {
                this.frm = _frm;
                c.TYPE   = 2;
            }
            else
            {
                c.TYPE     = 1;
                this.frmSO = _frmSO;
            }

            LOAD_DATA();
            txtCARI.Focus();
            myToolTip();
        }
示例#10
0
 void TAMBAH()
 {
     EXPRESS.FormENTRYSO frm = new EXPRESS.FormENTRYSO(this, 0, c, cUser);
     frm.ShowDialog();
 }