Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
It works in 2.x but not in VFP 6.0
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00446710
Message ID:
00446829
Views:
8
Rox,

>I've recently done an exe where the dbc and dbfs were all included in the distributed exe and had no problem running a SELECT against anything within that same exe (didnt have your scenario where your crossing two different app's but hey it worked in a single exe)

Yep. works in the SAME app or exe, but not if you open the files in a different app/exe.

>So here's a WAG...
>>select * from testtable
>
>slap in a DBF() maybe?
>select * from DBF(testtable)

I think you meant:
* add quote marks since testtable is the actual name, not a variable.
select * from dbf("testtable")
This does avoid the error message...by activating the open dialog. Not much help really. Thanks for the WAG, but...

BTW, the function DBF() shows the path to the original file, even though it has been moved/deleted.

Any other WAG's that might prove fruitful?
Timothy D. Yeaney
MCSD, Charter Member
President, PAFOX (Potomac Area Fox User Group)
mailto:tim@eagleeyeinc.com
Vice President
Eagle Eye Publishers, Inc
Broaden Your Vision, Sharpen Your Focus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform