Dear All,
I've found the problem with open file from network drive with shared mode. How can I open it.
CURDIR() function is show
"Network\V4 on DUTCHEZ4"
I try to use this command but it doesn't work.
USE (CURDIR()+"\TEST") SHARED NEW
If I do not use SHARED, I can open it but not in shared mode
USE (CURDIR()+"\TEST") NEW
Best regards,
Dutch