Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple client/server imitation
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Simple client/server imitation
Miscellaneous
Thread ID:
00883135
Message ID:
00883135
Views:
45
Hi All,
I wantto make a simple Client/Server imitation like eg.

exe file(s) will copy to the clients
data files (dbc,dbf ...) will copy to the appointed server pc

i've copied both of app paths to the c:\ and d:\driver and before start.prg i am detecting the default path but i couldn't success my goal.

my start_prep.prg code is like below
If ! Used("pathcont")
	Use pathcont In 0 Shared Again
	If Empty(pathcont.datadir)
		Messagebox("Work Dir Not Selected You Cannto Continiue Without Selection",16,"Data Path Error")
		Do Form Form\SelectPath
	Else
		Select pathcont
Set PATH to (pathcont.datadir)
		Do Start
	Endif
Endif
it works but my app still uses exe path data's

PS: all of tables are using with DataEnvironment

How is your suggestions about this matter ?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform