Sample BLOB Image "in Memo" ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2062
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Sample BLOB Image "in Memo" ?

Post by AUGE_OHR »

hi,

have work on c:\hmg.3.4.4\0\BLOB\demo.prg
like Sample i use BLOBIMPORT() and BLOBEXPORT() which work with file from/to Disk

---

now i have

Code: Select all

   @ 10, 10 IMAGE Img_1 PICTURE 
which need Image from Disk
also to change Picture

Code: Select all

   Form_1.Img_1.Picture := cOutput
is need file from Disk.

so i have to "write" data from Memo using BLOBEXPORT() to (RAM)Disk ...
is there a Way to do it "in Memory" :idea:
Time_Textbox3.jpg
Time_Textbox3.jpg (56.57 KiB) Viewed 4858 times
have fun
Jimmy
Post Reply