Ver Mensaje Individual
  #3  
Antiguo 29-03-2012
juanpy juanpy is offline
Miembro
NULL
 
Registrado: feb 2012
Ubicación: Santiago de Chile
Posts: 64
Reputación: 13
juanpy Va por buen camino
Exclamation RAD PHP Sigo con el problema

Hola Ecfisa,

Las propiedades son:
Autosize Falso
Binary Falso
BinaryType image/jpeg
Border True
Cached Falso
Center Falso
Cursor crDefaul
DataField [empty]
DataSource [empty]
Enable True
Hnt [empty]
ImageSource [empty]
Layer 0
Left 602
Link [empty]
LinkTarget [empty]
Name Image2
ParentShowHnt True
PopupMenu [empty]
Proportional True
ShowHnt Falso
Stretch Falso
Style [empty]
Tag 0
Top 106
Visible True
Width 178

Y el código es:

Código PHP:
if ($this->ConsultaSocio->fields['foto']<>"") {
         
$this->Image2->ImageSource=$this->ConsultaSocio->fields['foto']; // usuario/contraseña incorrecta
     
}
     else 
$this->Image2->ImageSource='FND2.jpg'
Saludos y gracias estimado.
Responder Con Cita