private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            if (LoginInfo._ZT_Admin_Id == "Z")
            {
                _txt.ToFormatStringEnter("Role", "Role_ID", e);
            }
            else
            {
                _txt.ToFormatStringEnter("UsrRole", "Role_ID", e);
            }
        }
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ShippingAddress", "ShippingAddress_Id", e);
        }
Beispiel #3
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Warehouse", "Warehouse_ID", e);
        }
Beispiel #4
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("BusinessType", "BusinessType_Id", e);
        }
Beispiel #5
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ItemKind", "ItemKind_Id", e);
        }
Beispiel #6
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("TaskNotifyOrder", "Notify_Id", e);
        }
Beispiel #7
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("PlanningOrderInfoInput", "Input_Id", e);
        }
Beispiel #8
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("SysCompany1", "Company_Id", e);
        }
Beispiel #9
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ShippingInfoConfirmOrder", "Shipping_Id", e);
        }
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("PgmTransferWarningSetting", "Pgm_ID", e);
        }
Beispiel #11
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Employee", "Employee_ID", e);
        }
Beispiel #12
0
        private void textBoxContainButton3_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("Department", "Department_ID", e);
        }
Beispiel #13
0
        private void textBoxContainButton1_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("ProductArea", "ProductArea_Id", e);
        }
Beispiel #14
0
        private void textBoxContainButton2_TextEnter(object sender, EventArgs e)
        {
            TextBoxContainButton _txt = (TextBoxContainButton)sender;

            _txt.ToFormatStringEnter("RequestCollectionOrder", "Collection_Id", e);
        }