Ver Mensaje Individual
  #2  
Antiguo 12-02-2011
Avatar de rgstuamigo
rgstuamigo rgstuamigo is offline
Miembro
 
Registrado: jul 2008
Ubicación: Santa Cruz de la Sierra-Bolivia
Posts: 1.646
Reputación: 17
rgstuamigo Va por buen camino
Lightbulb

hummm.....te falta confirmar el cambio con Post algo así:
Código Delphi [-]
procedure TFClien.Edit13Change(Sender: TObject);
begin
DBGrid2.ReadOnly:=False;
if not (ActosDB.State in [dsEdit, dsInsert])
then ActosDB.Edit;
ActosDBObs.AsString:=Edit13.Text;
ActosDB.Post;//<----Esta linea te faltaba 
end;
Saludos...
__________________
"Pedid, y se os dará; buscad, y hallaréis; llamad, y se os abrirá." Mt.7:7
Responder Con Cita