Ver Mensaje Individual
  #9  
Antiguo 10-11-2005
Avatar de dmagui
dmagui dmagui is offline
Miembro
 
Registrado: may 2005
Posts: 168
Reputación: 20
dmagui Va por buen camino
Es posible que esto sea una solucion a la peticion inicial, ofrecida por la ayuda de delphi, cortesia de un gran forista (Neftali)

Código Delphi [-]
 Crpe1.ReportName := 'c:\company.rpt'; 
 
CrpeDS1.DataSet := Table1; {the field types must be in the correct order}
 
Crpe1.Tables[0].DataPointer := CrpeDS1.DataPointer;
 
Crpe1.Show;
__________________
El espiritu humano no se acaba cuando es derrotado se termina cuando se rinde.
Responder Con Cita