Ver Mensaje Individual
  #3  
Antiguo 19-10-2011
Avatar de Diego827
Diego827 Diego827 is offline
Miembro
NULL
 
Registrado: oct 2010
Posts: 157
Reputación: 14
Diego827 Va por buen camino
Probe con esto

Estimado Ñuño, por lo que comentaste realize esto:

Código Delphi [-]
void __fastcall TForm_vistas::Button1Click(TObject *Sender)
{
IBDataSet_ATR->Active=false;
IBDataSet_ATR->Active=true;
SeriesDataSet_ATR->Active=false;
SeriesDataSet_ATR->Active=true;
DBChart_ATR->Refresh();

}


Pero no funciona, presiono el boton y de cualquier modo el DBChart no actualiza.
Seguire intentando con otras formas que se me ocurran y posteo,

Gracias por contestar.
Responder Con Cita