Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Included free tables not included!!
Message
 
À
23/06/1999 16:10:19
Michael Haggerty
Blue Mountain Data Systems Inc
Herndon, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00233173
Message ID:
00246932
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform