Exemplo n.º 1
0
 private void Limpiar()
 {
     txtProducto.Text = "";
     txtPCompra.Clear();
     IdC.Clear();
     txtIdP.Clear();
     txtStock.Clear();
     txtProducto.Focus();
 }
Exemplo n.º 2
0
 private void Limpiar()
 {
     txtProducto.Text = "";
     txtMarca.Clear();
     txtPVenta.Clear();
     IdC.Clear();
     txtIdP.Clear();
     txtStock.Clear();
     txtProducto.Focus();
 }
Exemplo n.º 3
0
 private void Limpiar()
 {
     txtProducto.Text = "";
     txtMarca.Clear();
     txtPCompra.Clear();
     txtPVenta.Clear();
     IdC.Clear();
     txtIdP.Clear();
     txtStock.Clear();
     dateTimePicker1.Value = DateTime.Now;
     txtProducto.Focus();
 }
Exemplo n.º 4
0
 //-----LIMPIAR CAMPOS PRODUCTOS--------
 private void Limpiar()
 {
     txtDescripcion.Text = "";
     txtMarca.Clear();
     txtPCostoIVA.Clear();
     txtPVenta.Clear();
     IdC.Clear();
     txtCodigo.Clear();
     txtStock.Clear();
     dtmFechaRegistro.Value = DateTime.Now;
     txtDescripcion.Focus();
 }
        private void Limpiar()
        {
            Program.IdProducto  = 0;
            Program.Descripcion = "";
            Program.Marca       = "";
            Program.PrecioVenta = 0;
            Program.Stock       = 0;
            Program.IdCategoria = 0;
            Program.itbis       = 0;
            Program.tipo        = "";

            txtProducto.Text = "";
            txtMarca.Clear();
            txtPCompra.Clear();
            txtPVenta.Clear();
            IdC.Clear();
            txtIdP.Clear();
            txtStock.Clear();
            dateTimePicker1.Value = DateTime.Now;
            txtProducto.Focus();
        }