Hi, I wanted to know if you can help me with this error that you sent me and I do not know how to solve it. I'll be grateful.
the error is this line
I am working on VB.NET 2015 Component DevExpress and Sql 2012
If accion = "new" Then
If MessageBox.Show("¿Seguro que desea Registrar?", "Aviso Importante",
MessageBoxButtons.YesNo, MessageBoxIcon.Question) = Windows.Forms.DialogResult.Yes Then
ClassGeneral.IURegistros("new", "0", cmbAceite.EditValue, cmbfiltro.EditValue, cmbplaca.EditValue, txtActual.EditValue, txtcambio.EditValue, dtFecha.EditValue)
End If
End If
I thank you in advance