Código vb:
Ver originalDim HayError As Boolean= false
If Tbenvases.Text = nothing Or Tbunidades.Text = nothing Or TbcodiArticulo.Text = nothing Then
HayError = True
MsgBox "Faltan Datos", MsgBoxStyle.OkOnly & MsgBoxStyle.SystemModal & MsgBoxStyle.Exclamation & MsgBoxStyle.DefaultButton1, "Faltan datos"
else
cmd.ExecuteNonQuery()
End If