Ver Mensaje Individual
  #2  
Antiguo 16-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
...
 
    TBlobField(aFieldBlob).SaveToStream(stream);
    if (stream.Size > 0) then
     begin
      stream..Position := 0;
      lista.LoadFromStream(stream);
 
...
Responder Con Cita