Go Back   Champions of Regnum > Español > La Taberna

La Taberna Un lugar para conversar sobre casi cualquier tema

Reply
 
Thread Tools Display Modes
Old 06-02-2011, 11:29 PM   #1
Syuka
Pledge
 
Syuka's Avatar
 
Join Date: Feb 2011
Location: Mexico
Posts: 49
Syuka is an unknown quantity at this point
Red face Ayuda porfavor, es de visual basic...

Hola miren tengo un problema y me gustaria que me ayudaran,
resulta que estoy haciendo un sistema de datos

y el problema es el siguiente;

Doy de alta un nuevo registro, (como es fase alpha mi sistema muevo botones para ver las fallas), despues le presiono en mi boton de eliminar registro y me tira error si quiero borrar el o los registros que recien he echo.

alguna idea para que pueda eliminar un registro ya echo??

pongo los codigos de mis botoncitos

boton de añadir nuevo
Quote:
txtNumerodecliente.Locked = False
txtRazonsocial.Locked = False
txtNombre.Locked = False
txtRFC.Locked = False
txtDomicilio.Locked = False
txtTelefono.Locked = False
txtCorreoelectronico.Locked = False

DataEnvironment1.rsComando.AddNew
EditMode = True


cancel.Enabled = True
Command2.Enabled = True
Command3.Enabled = False
boton de guardar
Quote:
If txtNumerodecliente.Text = "" Then
DataEnvironment1.rsComando.CancelUpdate
DataEnvironment1.rsComando.MoveFirst



Else
MsgBox ("guardado")
DataEnvironment1.rsComando.Update
EditMode = False
End If
Command3.Enabled = True
DataEnvironment1.rsComando.MoveLast

Unload Me
Cl1.Show
boton de eliminar
Quote:
EditMode = False
If MsgBox("¿esta seguro de eliminar este registro?", _
vbQuestion + vbYesNo, "Pregunta") = vbYes Then

DataEnvironment1.rsComando.Delete
MsgBox ("eliminado")
DataEnvironment1.rsComando.MoveFirst
Else
DataEnvironment1.rsComando.cancel
If DataEnvironment1.rsComando.EOF Then
DataEnvironment1.rsComando.MoveLast
End If
End If
ayuda please
__________________
Syuka Cazadora lvl 60
Syuka bruja lvl 50
x lola mento x enana caballera lvl 58
Syuka no ha iniciado sesión   Reply With Quote
Reply

Tags
vb regnum syuka


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:30 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved