Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM object cannot find my data
Message
From
22/08/2000 15:03:05
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00401883
Message ID:
00407916
Views:
20
>My NETRESOURCE class (relies on CLSHEAP, also downloadable from here on UT) includes sample code for implementing WNetAddConnection3(). Without a mechanism to implement static memory allocation and addressing, you'll never get the NETRESOURCE structure implemented, since it includes embedded pointers to strings, and with VFP shifting things around in memory at will, it is not feasible to just put stuff into a VFP string - either NETRESOURCE/CLSHEAP will be needed, or Christof's STRUCT to allocate and decode the needed structures. Like I said, NETRESOURCE includes an example that implements WNetAddConnection3(); with STRUCT, you'll have to implement it on your own.

Well, I've not tried your code, but still get the same error message. It works interactively on the desktop of the server, (A drive letter appears that wasn't there before execution) but when executed through ASP, the object continues to report the following error:

Error: openfiles c:\winnt\system32\program1.prg Error in line 123 File is in use by another user. 702
Jay Shepherd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform