Board index » delphi » putting bitmaps INTO a dbase blob field?
Bill Burns
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
putting bitmaps INTO a dbase blob field?
Many third party books, many FAQs, demo programs, etc. deal with how to
display graphics that are already captured and stored in a dbase or paradox blob field. What about the other direction? I am trying to put about 150 bitmaps into that many records in a dbf or db file, and I can find little in the way of example code, at least that I can make run. Are there some examples around of code to copy a bitmap to a clipboard? An old FAQ shows how to paste it from the clipboard to a dbimage, like putting the data ON a clipboard is too trivial to show. Or are there better ways to stash graphic blob info directly into memo fields? Currently, I am getting a lot of diagnostics that say my bitmap is invalid when I attempt to put it in a dbf memo field, or paste to a tdbimage component, and yet it loads and displays in a timage just fine, using the loadfromfile method. Grrr. Please! Help! my email: w...@rpinet.com. Thanks. |