Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem using Anetresources()
Message
From
21/06/1999 17:48:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem using Anetresources()
Miscellaneous
Thread ID:
00232233
Message ID:
00232233
Views:
33
I'm having a problem using anetresources()

Here is the test code I used:

*!* compname.prg
DECLARE laNames [4,4]
lnReturnCode=ANETRESOURCES(laNames,"\\workgroup",1)
? lnReturnCode
? laNames[1,1]


It keeps setting lnReturnCode to 0 (no network resources found) and the array is empty. The only thing I can think is that the second parameter ("\\workgroup") is incorrect. I used the workgroup name specified in network properties under the identification tab (WIN95) . Has ANYONE used anetresources() successfully? There doesn't seem to be any sample code in the docs.
TIA
Next
Reply
Map
View

Click here to load this message in the networking platform