Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Included free tables not included!!
Message
 
To
23/06/1999 16:10:19
Michael Haggerty
Blue Mountain Data Systems Inc
Herndon, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00233173
Message ID:
00246932
Views:
16
There is a compatibility bug in the VFP6 runtime in dealing with project embedded tables. In order to reference these tables in a runtime situation, you need to reference the file name VFP6 is generating. Use the DBF() command to get the file name then in the FROM clause use this name instead of your alias or file name. So for example if you file is CUSTOMERS:

lcfilename = DBF('CUSTOMERS')

SELECT * FROM &lcfilename

This tip is courtesy of my friend Patrick Flanagan. Good luck.

Dale
Previous
Reply
Map
View

Click here to load this message in the networking platform