On Tue, Jul 30, 2013, at 04:17 PM, Ken Dibble wrote:
> 
> Using VFP 9 SP1.

What's wrong with SP2? 

> SELECT configx.modname, configx.modcode FROM "F:\cildata2\configx" INTO 
> CURSOR tmpAvailMods NOFILTER

In that example is configx open at that point? I would never do anything
to a table that I hadn't explicitly opened first, i.e.

use (lcDataDir + "configx") in 0
select stuff from configx into cursor mycursor nofilter

>From that you can wrap it in a try/catch to check if the table is
actually opened, which might narrow it down a bit.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.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.

Reply via email to