I using VFP6 with a form the has a danazip activeX control for zippin all the files in my data path. The follow code is where I'm getting the problem
h = set ('path')
h = alltr(h)+"*.*"
h hold something like C:\SALES\DATA\*.* however it holds
C:\SALES\DATA*.*
as if they is a CHR(13) in there. It does the correct thing in VFP5 but whats happen in VFP6?
h = set ('path')
h = alltr(h)+"*.*"
h hold something like C:\SALES\DATA\*.* however it holds
C:\SALES\DATA*.*
as if they is a CHR(13) in there. It does the correct thing in VFP5 but whats happen in VFP6?