Gracias Ha sido Gran Ayuda
Que Dios te bendiga hermano
Que Dios te bendiga hermano
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
Private Sub Command1_Click()
If txtnombre = Me.txtnombre.Text Then
lblpass = "4321"
End If
End Sub
Private Sub Command2_Click()
Adodc1.Recordset.AddNew
End Sub
Private Sub Command3_Click()
Adodc1.Recordset.Update
End Sub
Private Sub Command4_Click()
Adodc1.Recordset.MovePrevious
If Adodc1.Recordset.BOF Then
Adodc1.Recordset.MoveNext
End If
End Sub
Private Sub Form_Load()
lblmensaje.Visible = False
End Sub
Private Sub txtedad_Change()
lblmensaje.Visible = True
End Sub
primero dibujas 3 labels y 3 textbox
ejemplo:
Nombre <---Label txtnombre <---- Textbox
Apellido txtapellido
Edad txtedad
If txtnombre = "Andre" And txtapellido = "Silvo" And txtedad = "20" Then
lblpass = "Ramon"
Private Sub List1_Click()
For i = 0 To List1.ListCount - 1 Step 1
If List1.Selected(i) = True Then
Valor1 = List1.List(i) * val(List5.text)
End If
Next i
End Sub
Private Sub List1_Click()
For i = 0 To List1.ListCount - 1 Step 1
If List1.Selected(i) = True Then
Valor1 = List1.List(i) * List5.List(i)
End If
Next i
End Sub
Nota=me.combo2.text
Select Case Nota
Case A
me.combo2.text="4"
TXTprecio = Format(Val(TXTprecio.Text), "Currency")
Form4.lblprecio = Form2.TXTprecio.Text
Precio = Format(Val(Precio.Text), "Currency")
Form4.lblprecio = Form2.Precio.Text
TextPrecio = Format(Val(TextPrecio.Text), "Currency")
Form4.lblprecio = Form2.TextPrecio.Text
preciotext = Format(Val(preciotext.Text), "Currency")
Form4.lblprecio = Form2.preciotext.Text
TXTprecio = Format(Val(TXTprecio.Text), "Currency")
Form4.lblprecio = Form2.TXTprecio.Text
TXTprecio = Format(Val(TXTprecio.Text), "Currency")
Form4.lblprecio = Form2.TXTprecio.Text
Precio = Format(Val(Precio.Text), "Currency")
Form4.lblprecio = Form2.Precio.Text
if Precio = Format(Val(Precio.Text), "Currency") then
Form4.lblprecio = Form2.Precio.Text
Form4.lbldinero = Form2.precio.Text
Form4.lblprecio = Form2.textprecio.Text
Form4.lblprecio = Form2.txtprecio.Text