Rank: Administration
Groups: Administrators, Beta Testers Posts: 3,097 Location: Auburn, GA Thanks: 998 times Was thanked: 497 time(s) in 412 post(s)
|
Ok, so don't run it in Win 7 compatibility mode then. I didn't run LOGic in win 7 compatibility mode, just the install program SETUP.EXE. Now I don't even have to do that.
As for the network....
LOGic is just doing a DIR command for j:\logic9\logdata
Here is a test you can do. Go to tools/advanced/database commands. Type
public array arr ? adir(arr, "J:\LOGIC9\LOGDATA", "D")
It should print 1, the number of items found. This command shows the actual results:
display memory like arr
It will show the name of the directory and the date and time, provided the adir command actually succeeded.
Anyway, what I would make sure that Windows Expolrer has full access to the directory. Copy a file there. Delete it. Create a file there, delete it.
You could do away with the drive mapping. Just use UNC \\machine\share.... I have no reason to believe it would make any difference -- just something to try.
Let me know!
|