Ver Mensaje Individual
  #4  
Antiguo 10-12-2007
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
Sinceramente sigo sin entender, pero voy a tratar de hacer algo, no se si servirá.
Código Delphi [-]
begin
if Button in [nbPost] then
with Unit_DataSoporte.DataModule_Soporte.Table_Soporte do
begin
Unit_DataSoporte.DataModule_Soporte.Table_Soporte.Active := true;
Table_Soporte.Filter := 'cli_cod=' + cliente; // AQUI ME QUEDO CON LA DUDA? QUE ES CLIENTE?
Filtered := True;
end;

end;
Saludos
Responder Con Cita