[Migrated content. Thread originally posted on 28 January 2012]
Hi.Sorry for my poor English.
I am trying to do this:
////Code flagment //////////////////////////////////////////////////
Invoke BitmapData "fromFileZ" Using
z"D:\\piSistemas\\Imagem\\Foto01.bmp"
Returning BitmapOR
Move 0 To hPalette
Move 1 To fPictureOwnsHandle
Invoke OlePicture "fromBitmap" Using BitmapOR
hPalette
fPictureOwnsHandle
Returning anObject
Invoke anObject "getDomainObject" Returning aPicture
invoke SCGrid "SetPicture" Using aPicture
////End of Code flagment ///////////////////////////////////////////
But, i get the "Member no found" message.
Obs: "Picture" is a property.
Compiler: NetExpress 3.1 (Trial)
Thanks in advance.
Antonio João
Brasil

