how to use image in VFP6.0
I want to send a image in to a general field or memo of VFP and get it out
to Excel 2000. But I dont know how to use the clipboard or the other tool
or functions.
[170 byte] By [
Ian] at [2007-11-10 12:49:40]

# 1 Re: how to use image in VFP6.0
"Ian" <Ianwangxy@hotmail.com> wrote:
>
>I want to send a image in to a general field or memo of VFP and get it out
>to Excel 2000. But I dont know how to use the clipboard or the other tool
>or functions.
Personally, I wouldn't store images in a General field where
they regularly need to be exported. And, maybe not even if
they're for static use. Too much file bloat in the .fpt file.
HOWTO: Export an Embedded .bmp Image into a File
http://support.microsoft.com/default.aspx?scid=kb;en-us;161832
# 2 Re: how to use image in VFP6.0
Hello, Ian!
You wrote on 3 Jun 2003 05:59:30 -0700:
I> I want to send a image in to a general field or memo of VFP and get it
I> out to Excel 2000. But I dont know how to use the clipboard or the other
I> tool or functions.
I agree with Carl. Do not use general fields. It's easy to get something in
the gen field, but it is hard to get it out. Use a binary memo field
instead. To store a file, use FILETOSTR(). To save the memo field contents
to a file, use STRTOFILE().
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8