Ver Mensaje Individual
  #5  
Antiguo 05-02-2007
Jucho69 Jucho69 is offline
Miembro
 
Registrado: ene 2007
Ubicación: Ciudad Habana, Cuba
Posts: 118
Reputación: 18
Jucho69 Va por buen camino
Hola Onti....

Al fin hoy pude probar el codigo que me enviaste y por su puesto está de mas decir que funcionó bién con este ejemplo:

begin Table1.Append;
Table1.FieldByName('ene').AsString :=Label51.Caption;Table1.FieldByName('feb').AsString :=Label52.Caption;
Table1.FieldByName('mar').AsString :=Label53.Caption;Table1.FieldByName('abr').AsString :=Label54.Caption;
Table1.FieldByName('may').AsString :=Label55.Caption;Table1.FieldByName('jun').AsString :=Label56.Caption;
Table1.FieldByName('jul').AsString :=Label57.Caption;Table1.FieldByName('ago').AsString :=Label58.Caption;
Table1.FieldByName('sep').AsString :=Label59.Caption;Table1.FieldByName('oct').AsString :=Label60.Caption;
Table1.FieldByName('nov').AsString :=Label61.Caption;Table1.FieldByName('dic').AsString :=Label62.Caption;
Table1.Post; end;

De esta forma puedo ir llenando todas las celdas de cada registro de la tabla que utilizaré para el reporte, aunque tengo que utilizar tantos label como celdas tenga la tabla, pero no importa, tu solución fue perfecta de sobra.


Gracias mi hermano.
Responder Con Cita