Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Tables off a Network
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Accessing Tables off a Network
Miscellaneous
Thread ID:
00022152
Message ID:
00022152
Views:
73
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 ===========
Reply
Map
View

Click here to load this message in the networking platform