hua wrote:Does this issue still exist in latest xHarbour?
TIA
Yes.
EMG
hua wrote:Does this issue still exist in latest xHarbour?
TIA
Verhoven wrote:Try with this:
In your code use:
copy to (cTmp+".dbf")
instead of:
copy to (cTmp)
Verhoven wrote:I think that the solution i wrote is not workaround. Why?:
This code is inexact and inconsistent:
copy to (cTmp)
? file(cTmp+".dbf")
Because in the firt line you refer a file only using the variable cTmp and in the second line you add the extension ".dbf". Did you try with "? file(cTmp)".
And because in its first line, working under windows or DOS, you can generate a file called cTmp+".dbf" or even cTmp+".DBF" because the reference to both names is the same but not in UNIX. In UNIX is not the same a file called cTmp+".dbf" than a file with name cTmp+".DBF"
So it is much more accurate to say the exact name of the file you want to generate and not to leave to the compiler the interpretation of the name you want. This behavior you call a "bug" force you to be more accurate.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 95 guests