wtorek, lipca 12, 2005

VFP

Wspaniała kontrolka .CAB

Eclipse Cabinet Control - The Eclipse Cabinet control makes file compression a breeze. It stores information into the standard CAB format which is also great because the format is known more to developers than it is to users who usually prefer the zip format. The EclipseCabinet control is also a great example of a FREE control that developers can start using easily.
Compressing Files
LOCAL loCompress
loCompress = CREATEOBJECT(“EclipseCabinet99.ecCompress”)
loCompress.FileName = “MYFILE.CAB”)
loCompress.FILES.ADD("MASTERS.TXT")
loCompress.Compress( )
Extracting Files
LOCAL loExtract
loExtract = CREATEOBJECT(“EclipseCabinet99.ecExtract”)
loExtract.FileName = “MYFILE.CAB”)
loExtract.ExtractAll(“C:\Extracted Files\”) && to the directory

Opis Listview
http://foxproadvisor.com/doc/12122
http://www.aksel.com/whitepapers/ActiveXControls.htm

http://www.experts-exchange.com/Databases/FoxPro/Q_20751397.html
http://www.aksel.com/whitepapers/
http://www.dfpug.de/konf/konf_1994/prog/121_224.HTM

Brak komentarzy: