First, thanks for your implementation of loadFromString method. Is really perfect!
But, I am a strange situation with this implementation.. I will describe it below...
- Code: Select all Expand view
REDEFINE BITMAP oImagem ID 4001 OF oFolder:aDialogs[3] CENTER
WITH OBJECT oImagem
IF !isEmpty( aCampos["cImage"] )
:loadFromString( aCampos["cImage"] )
ELSE
:loadImage( "IMG_NO_PHOTO" )
ENDIF
:lStretch := .T.
:refresh()
END
The variable aCampos["cImage"] is loaded via a query in database on MySQL.
This same code works in my computer on office, a Windows XP Professional with SP2, totally updated.
But, this same code not works in my house... a Windows XP Professional with SP2, totally updated too.
Please... what I'm doing's wrong?
Thanks very much for all Linares!
Greats!