Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setup on Network
Message
From
07/07/1999 05:49:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/07/1999 05:25:45
Narong Tohku
Knownet Co.,Ltd.
Bangkok, Thailand
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00238160
Message ID:
00238166
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform