Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple client/server imitation
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Simple client/server imitation
Divers
Thread ID:
00883135
Message ID:
00883135
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform