Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing Tables off a Network
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Accessing Tables off a Network
Divers
Thread ID:
00022152
Message ID:
00022152
Vues:
77
Hello Folks, My application (in VFP3.0) works fine on a stand-alone machine but does not work when running on a network. It asks me to tell it what table to open eventhough I have done so as you can see in the lines below. It is acting as if the "SHARE" statement is not working. Any help would be greatly appreciated. TJ Here is the snippet: ============ *** OPEN THE MAIN DATABASES IF USED("tms") SELECT tms SET ORDER TO TAG main ELSE SELECT 0 USE (LOCFILE("tms.dbf","DBF","Where is tms?")); AGAIN ALIAS tms SHARE SET ORDER TO TAG main ENDIF IF USED("taskee") SELECT taskee SET ORDER TO TAG ord_factor ELSE SELECT 0 USE (LOCFILE("taskee.dbf","DBF","Where is taskee?")); AGAIN ALIAS t> > foxpro@transformation.com askee SHARE SET ORDER TO TAG ord_factor ENDIF ===========
Répondre
Fil
Voir

Click here to load this message in the networking platform