Also beware of using the ADIR() statement if you have more than 13,000 files in the folder, as an array is limited in VFP versions prior to VFP9. For those versions, 65K elements is all you can have in the the array (13000*5=65000), for VFP9, there's no such limit.
Fred On Mon, Jul 12, 2010 at 9:36 AM, Gary Jeurink <[email protected]> wrote: > Could someone give me an example of how to put the directory contents to a > table. I'm going to index a thousand or so pictures of flowers to a plant > table. I figure I should be able to skip a lot of typing this way. I still > will have to make a connect plant_ID_no per photo but the above would save > me a lot of work. > > Gary Jeurink > > > --- StripMime Report -- processed MIME parts --- > multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

