Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxisapi
Message
 
To
18/02/2002 10:30:11
Victor Verheij
International Film Festival Rotterdam
Rotterdam, Netherlands
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00621529
Message ID:
00622478
Views:
32
Victor,

I haven't worked with the Foxis sample, however I have written my own framework around the FoxISAPI dll (and available in download section -- DVRWeb ). Anyhow, when FoxISAPI calls the COM server, the actual startup directory of the COM server is NOT the same as where it is physically located... ie: FoxIS.exe is in C:\FoxIS\Testing directory, but when called as COM server the exe starts in C:\TemporaryInternetFiles... Although the directories are not the actual locations I know, its basically what is happening. To resolve, you may want to add the qualified path before referencing the FoxIS tables, rebuild and try again.

lcDataPath = "c:\FoxIS\Testing\"
use ( lcDataPath + "employee" )
continue with rest of sample.

HTH,


Don
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform