From: Jorge on

Hi all

I need to unzip a file ( for the first time with VO )
I dont match the right sintaxis with fabzipfile

oZip := FabzipFile { cFullNameZip , self }
oZip:ExtractDir:= AllTrim ( self:oDCSingleLineEdit2:TextValue )
oZip:ExtractOptions:OverWrite := true
oZip::Extract()
return always false


Can anybody help me
Thanks in advance

Jorge Accinelli
PD: The previus message was sent it by error
From: John Martens on
Check your mail to see a small MEF.

John


Op 23-12-2009 13:47, Jorge schreef:
>
> Hi all
>
> I need to unzip a file ( for the first time with VO )
> I dont match the right sintaxis with fabzipfile
>
> oZip := FabzipFile { cFullNameZip , self }
> oZip:ExtractDir:= AllTrim ( self:oDCSingleLineEdit2:TextValue )
> oZip:ExtractOptions:OverWrite := true
> oZip::Extract()
> return always false
>
>
> Can anybody help me
> Thanks in advance
>
> Jorge Accinelli
> PD: The previus message was sent it by error
 | 
Pages: 1
Prev: SMALL SAMPLE
Next: Harbour 2.0 released