Welcome to the Xceed Community | Help
Community Search  
More Search Options

Progress Information Visual Fox Pro

Sort Posts: Previous Next
  •  10-13-2009, 6:09 AM Post no. 24442

    Progress Information Visual Fox Pro

    Hello!

    I need a sample code in Visual Fox Pro 7.0 that return the compression percent that takes the zip that I'm pushing on.

     

    This is my code:

    miZip = CREATEOBJECT('XceedSoftware.XceedZip')

    * Creamos el fichero ZIP que vamos a generar
    miZip.zipFilename = xRuta + xNombreFichero
    miZip.EncryptionPassword = "*****"
    miZip.ProcessSubfolders = .F.
    miZip.BackgroundProcessing = .T.

    xnfiles = adir(xafiles,SYS(2003) + "\*.ini")
    IF xnfiles <> 0
        * AƱade cada uno de los ficheros generados al ZIP
        FOR nCount = 1 TO xnfiles
           miZip.addFilesToProcess(xafiles(nCount,1))
        ENDFOR   
    ENDIF

    ResultCode = miZip.zip()

     

    Thanks to all, and sorry for my english..

  •  10-21-2009, 4:47 PM Post no. 24611 in reply to 24442

    Re: Progress Information Visual Fox Pro

    Hi Smartito,

    We do not work with Visual FoxPro here at Xceed, however perhaps someone else from the forum community will be able to help you.

     


    Diane Lafontaine
    Technical Support / Technical Support Team Lead
    Xceed Software Inc.
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.