Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Load an image from the database 
Open "IMAGE" to hTable then 
   Read Data from hTable, "MY_IMAGE" then 
       Send_Message(@Window:".OLE_PICTURE", "OLE.LoadRawImage", GetPointer(Data), Len(Data)) 
   end 
end