Antonio
A bug has been introduced in the latest xharbour version downloaded from fivetech's site, very ennoying bug
if you have your app set this way ex : Z:\myapp.exe (only in this case drive mapping to the directory)
mynewtest := "test2"
use mytest
copy to test2 for .....
you will have a file \\mytest2.dbf generated !!!! the current drive information is lost and you get an error
Error description: (Error 123) DBFCDX/1004 Create error: \\test2.dbf
Stack Calls
===========
Called from: => __DBCOPY(0)
As i have many customers complaining and many programs using copy to syntax, i have reverted to previous xharbour version,
HTH
Richard