Ejemplo n.º 1
0
 private void txtName_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
Ejemplo n.º 2
0
 private void txtId_KeyPress(object sender, KeyPressEventArgs e)
 {
     clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
Ejemplo n.º 3
0
 private void cboEmpID_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((short)e.KeyChar);
 }
Ejemplo n.º 4
0
 private void txtNm_KeyPress(object sender, KeyPressEventArgs e)
 {
     txtNm.ForeColor = System.Drawing.Color.Black;
     e.Handled       = clsProc.GTRSingleQuote((short)e.KeyChar);
 }