I'm having some trouble with baXCopyProgress. It keeps saying 'string expected' even though I am following the interface exactly (which btw differs from the interface described in the docs, which omits all mention of 'integer MakeDirs"!)
baXCopyProgress(string SourceFolder, string DestFolder, string FileSpec, string Overwrite, integer MakeDirs, string Title, string ButtonText, integer Flags)
Assume 'bud' is an instance of the Xtra, here's my call
bud.baXCopyProgress ( SourceFolder, DestFolder, "*", "IfNotExist", true, "Copying...", "Cancel", 0)
So... what am I doing wrong?
I use use that function without any problems. The only significant difference I see is that I'm calling it as a global handler. Out of curiosity, what happens if you remove 'bud.'?
-- Cole
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
