|
Home > Archive > Programming with dBASE > July 2005 > Exporting a binary image record from dbf to an image file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exporting a binary image record from dbf to an image file
|
|
|
| Has anyone had any success with exporting a binary (image) record, back to an image file? For example, I stored a .bmp file in a .dbf table under a binary field. I now wish to export this record to a .bmp file again.
Thank you.
| |
| Ken Mayer [dBVIPS] 2005-07-13, 1:23 pm |
| John wrote:
> Has anyone had any success with exporting a binary (image) record, back to an image file? For example, I stored a .bmp file in a .dbf table under a binary field. I now wish to export this record to a .bmp file again.
Use the field object's copyToFile() method ...
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
|
|
|
|
|