Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do i get the LITERAL path out of a field?
Message
From
15/04/2000 14:13:36
 
 
To
13/04/2000 23:30:26
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00359641
Message ID:
00360019
Views:
10
>I have a system file and in it I store a user maintainable path to ascii text delimited files I need in
>the application. The field name is mysyst.zfulltext
>
>I tried using it in an APPEND FROM mysyst.zfulltext TYPE DELIMITED and I get an error that reads..
>
>C:\MYPROG\mysyst.zfulltext not found. The actual file name is
>
>C:\DATA\Z.TXT which is the data stored in mysyst.zfulltext
>
>Suggestions?

Use name resolution:

APPEND FROM (mysyst.zfulltext) TYPE DELIMITED
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform