Just trying to append a .jpg file and get an error I haven't had before.
When using
Append general photofield from temp.jpg
I get
"OLE error code 0x80070002. The system cannot find the file specified"
Is there something wrong with my VFP9 installation?

-----------------------------------------------------------------
Paul Lee ........ Abri Technologies ........ http://www.abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------

Re: Append general error by Dan

Dan
Fri Aug 11 10:35:42 CDT 2006

More likely either:

1) a JPG file that isn't really a JPG file
2) a frisky installation of the server app that owns JPG files
3) a frisky server app, installation aside <g>

See, VFP doesn't actually do much of the work with general fields. It just
yells out into the Windows[R] Ooze[TM] "Hey, whoever owns JPG files has some
work to do here" and waits for a success code. In your case it's clearly not
getting one.

Dan

Paul Lee wrote:
> Just trying to append a .jpg file and get an error I haven't had
> before. When using
> Append general photofield from temp.jpg
> I get
> "OLE error code 0x80070002. The system cannot find the file specified"
> Is there something wrong with my VFP9 installation?
>
> -----------------------------------------------------------------
> Paul Lee ........ Abri Technologies ........ http://www.abri.com/
> 'Recover' - top rated FoxPro file repair utility.
> -----------------------------------------------------------------