Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - I need to make an EXE and have my data on anothe
Message
De
18/04/1997 08:24:40
 
 
À
17/04/1997 18:04:46
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00028811
Message ID:
00028858
Vues:
41
>>I need to make an EXE and have my data on another drive.
>>I know where the data will be, so I can hard code it.
>>I want to have the EXE on my pc and the data on a network drive called e:\myprogram..
>>In my main.prg, do I just SET PATH TO E:\MYPROGRAM?
>>help
>>
>>
>>
>>help...
>I would set up a table for system information ...say SYSINFO.DBF and set up a standalone utility to modify the system parameters. Then in your app you could have something like...
>
>USE SYSINFO
>SCATTER MEMVAR
>....
>STORE ALLTRIM(m.SYS_PATH) TO m.SYS_PATH
>SET PATH TO (m.SYS_PATH)

thanks Larry... I use to do this with mem vars.. Example.. SAVE AS and
RESTORE...I just thought there was a OOP vfp50 way of doing this that I
was not aware of..glad to see that all the things I remember from clipper
are not lost.
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform