private void txtName_KeyPress(object sender, KeyPressEventArgs e) { e.Handled = clsProc.GTRSingleQuote((Int16)e.KeyChar); }
private void txtId_KeyPress(object sender, KeyPressEventArgs e) { clsProc.GTRSingleQuote((Int16)e.KeyChar); }
private void cboEmpID_KeyPress(object sender, KeyPressEventArgs e) { e.Handled = clsProc.GTRSingleQuote((short)e.KeyChar); }
private void txtNm_KeyPress(object sender, KeyPressEventArgs e) { txtNm.ForeColor = System.Drawing.Color.Black; e.Handled = clsProc.GTRSingleQuote((short)e.KeyChar); }