You can put just about anything into general field, but it's usually not a good idea. Binary fields tend to "bloat" Memo files and unless each user has the exact same OLE provider to extract the data, you may not be able to get at it. In addition, since FPW is serverly limited in the data (especially graphics) that it can display internally, you'd need to depend on external viewers. (VFP 8.0 can handle this situation much better, but still suffers from the memo file bloat!)
Instead, consider just storing the path and file name in your memo field and keep the (jpeg) files external to your data tables.
Rick