Navigation:  Reference > Form Objects >

TTASzip

Print this Topic Previous pageReturn to chapter overviewNext page

 

Use this object to  compress files using Zip Compression. This object will work with any standard Zip file. This is a non visual object.

 

 

PALETTE ICON & EXAMPLE

Misc

Name

Tag

Other

 

AddToZipFile   (This is a Runtime only) This is where you add the files you Want to compress (Does except Wildcards) (does the compressing when you access the field)

   AutoSave         Controls whether changes to the archive are performed  immediately.

  BaseDirectory   Supplies the default path for add and extract operations on the     archive.   Note: BaseDirectory is not necessarily the same as the directory of the archive.

   CompressionMethodtoUse     Selects the compression method used when adding  items in the archive.

    Deflation Option Selects the compression method used when adding or freshening items in the archive.

    DOSMode     Forces all new files stored in an archive to have DOS-compatible file names.

    ErrClass         Type of Error (IE IO Error)

    ErrCode           numeric error Code

    ErrItem           Item the Error happen

    ErrType           What process was happening (IE Add  or Extract)

    FileName       Name of Zip file

    LogFile           Name of Log file it Login is on

    Logging           Create a log file by Logname

    Password   Adds a Passwords you Compressed files.

    SpanningTheshold  Specifies the maximum archive image size.

    StoreOptions Determines the options for archive add operations.

    TempDirectory Specifies a temporary directory to use during archive operations.

EVENTS

This object has events that are called depending on what the user does.  The events are routines in your program that may return a value (generally .True. or .False.) or just alert your program that something is happening.  An event looks to your program for a special label.  It is made up of the object Name, a period (.) and the Event name (listed below).  For example, the Change event below would be:  ObjectName.Change:

There are no Events at this time.

 

Error Types:

Error type 'ADD'; 'DELETE'; 'EXTRACT'; 'FRESHEN'; 'MOVE';

Error Class 'INTERNAL'; 'I/0 Error';'FILER ERROR'; 'FILE CREATE ERROR'; 'OPEN ERROR';'UNKNOWN';

 


Page url: http://www.cassoftware.com/tas/manual/ttaszip.htm