Ver Mensaje Individual
  #4  
Antiguo 14-07-2008
mjjj mjjj is offline
Miembro
 
Registrado: mar 2007
Posts: 652
Reputación: 18
mjjj Va por buen camino
No me funciona, me tira un error de compilacion.. este es el codigo que utilizo

Código Delphi [-]
 if length(DataView10descripcion.AsString) > 50 then
     DataMemo2.Height := 0,3;
 elseif length(DataView10descripcion.AsString) <= 50 then
          DataMemo2.Height := 0,15;
 else DataMemo2.Height := 0,3;
end;

No entiendo mucho este codigo en Rave... ayuda porfa

Gracias
Responder Con Cita