Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open the physical table which is also included in exe
Message
De
11/05/2007 17:55:12
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01224831
Message ID:
01224863
Vues:
11
>VFP always search first in the EXE. So no matter what you'll do the table in EXE will be opened INSTEAD of when you build it in EXE first rename it to something else and use something like:
>
>
>TRY
>  USE MyExternalTable IN 0 ALIAS MyTable
>CATCH
>  *** The External Table don't exists
>   USE MyInternalTable IN 0 ALIAS MyTable
>ENDTRY
>
Can't do that that simply, because this table needs to be in the exe for the next build... so I'll have to write any edits into a temp table, then update from that when in IDE. Or something like that. IOW, no simple solutions, only workarounds.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform