[email protected] ha scritto:

Hi!
I get the bug.
I.E:
Functin Main
sFile := "c:\xyz\myfile_a"
tFile := "c:\xyz\send\myfile_a"
use &sFile
Copy To &tFile //Run Fine

sFile := "c:\xyz\myfile_b"
tFile := "c:\xyz\send\myfile_b"
use &sFile // Function not defined:; PAD called from pad(0)
Copy To &tFile

Error BASE/1001  Fun‡Æo indefinida: PAD
Called from PAD(0)
Called from DBUSEAREA(0)

It seems that you have named one of the fields of your database myfile_b as "pad(something)"
Is this the case?
D. Campagna
_______________________________________________
Harbour-users mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to