Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open the physical table which is also included in exe
Message
De
12/05/2007 13:25:08
 
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:
01224990
Vues:
20
How long has this been possible? I really missed it...




>Dragan,
>
>The following command will open the external table rather than the one included in the EXE:
>
>ExecScript('Use MyTable')
>
>
>Ben
>
>>>>>>Hah - I managed to put that all in the title.
>>>>>>
>>>>>>OK - here's the deal: a lookup table is included in the exe, and I'm writing an utility which would allow the developers to update it while running the exe. Now since it's included in the exe, it's read only. Is there a way to open the original table on disk instead, or will Fox open the included one no matter what I do?
>>>>>
>>>>>
>>>>>
>>>>>or will Fox open the included one no matter what I do?
>>>>>

>>>>>
>>>>>:-))
>>>>
>>>>I feel stupid, I missed the joke... any help instead, bratko?
>>>
>>>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
>>>
>>
>>I tried a really dirty trick here... assuming that any machine is somehow in a network,
>>
	lcLC=FULLPATH("mytable.dbf")
>>	lcLC=CHRTRAN(lcLC, ":","$")
>>	lcLC="\\127.0.0.1\"+lcLC
>>	WAIT WINDOW lclc
>>	USE (lcLC) ALIAS mytable
>>
>>but to no avail... can't outfox the fox, it still translates into the internal table... which is read only.
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform