Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setup on Network
Message
De
07/07/1999 05:49:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/07/1999 05:25:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00238160
Message ID:
00238166
Vues:
13
>Hi..All
>I develop application and build to exe and make setup disk..I want install my application to server (Novell NetWare) ie. F:\CR..
>How I can do if I want install second user? I want use same database first user..I must make 2 setup disk, right? How I can solve this problem ..If I want not replace data..
>
>Narong
Use netsetup and place setup files in a common directory on server. Each user could install from there. For data files location include a routine in your main similar to this :
if !file("datapath.mem")
  lcDataPath = getdir() && User selects common data path
  save all like lcDataPath to datapath
else
  restore from datapath.mem additive
  set path to (lcDataPath)
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform