Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local View path problem
Message
 
To
20/06/2002 15:45:42
Irv Adams
MSC Managed Care, Inc.
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00670696
Message ID:
00670813
Views:
15
I HARD-CODED, FOR NOW, THE PATH DIRECTLY TO THE NECESSARY TABLES in the Data Environment's BeforeOpenTables procedure. This seems to have worked okay.

*!* This.Cursor2.Database = "Y:\WACORP\NC"
*!* This.Cursor4.Database = "Y:\WACORP\NC"
IF NOT USED("POHeader")
USE Y:\WACORP\NC\POHEADER IN 0 SHARED
ENDIF
IF NOT USED("PODETAIL")
USE Y:\WACORP\NC\PODETAIL IN 0 SHARED
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform