Ver Mensaje Individual
  #1  
Antiguo 01-04-2008
Yensis22 Yensis22 is offline
Miembro
 
Registrado: feb 2008
Posts: 78
Reputación: 17
Yensis22 Va por buen camino
Red face crear login con adotabla1

holo espero que me puedan ayudar estoy creando un login pero no me esta funcionado es que lo tengo que crear con adotabla1

procedure TFlogin.Button1Click(Sender: TObject);
begin
if ADOTAble1.FieldByName('Field').AsString:=edit1.Text;Table1.FindKey then
if adoTable1clave.Value = Edit2.Text then
Close
else
ShowMessage('clave incorrecta!')
else
ShowMessage('Usuario no existe!');
end;
procedure TFlogin.Button2Click(Sender: TObject);
begin
Application.Terminate;
end;
end.
Responder Con Cita