Search found 335 matches: npos

Return to advanced search

Re: uso di zip-unzip

... * * If <bBlock> is used, every time the file is opened to compress it * will evaluate bBlock. Parameters of bBlock are cFile and nPos. * * If <lOverWrite> is used, it toggles to overwrite or not the existing * file. Default is to overwrite the file,otherwise if <lOverWrite> ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1968

... CHANGE IF NEEDED FillFiles( aFiles, aDir, cPath ) IF UPPER( LEFT( cZip, 2 ) ) <> "A:" lZipDone:= HB_ZIPFILE( cZip , aFiles , 9, { |cFile,npos| QOUT( cFile ) }, ; .T.,, lZipWithPath, .F. ) ELSE HB_SETDISKZIP({|x| ALERT("Please Insert Disk No:"+ ALLTRIM( STR( x,3 ) ) ) } ) lZipDone:= HB_ZIPFILEBYPKSPAN( ...
by Richard Chidiak
Wed Oct 26, 2005 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6368

... IF FILE(CZIP) ERASE (CZIP) ENDIF FillFiles( @aFiles, aDir, cPath,SOUSREP ) nLEN := len(afiles) lZipDone := HB_ZIPFILE( cZip , aFiles , 9, {|cFile,nPos| UPDMETER(CFILE,OMETER,NPOS,@nctr,NLEN,ODLG,@DLGFILE,OBJFILE)}, ; .T.,, lZipWithPath, .F. ) IF ! lZipdone ALERT("Erreur création fichier Zip " ...
by Richard Chidiak
Tue Oct 25, 2005 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testzip and Testuzip will not compile
Replies: 10
Views: 6368

... ) ::oGet:Assign() // for adjust numbers ::oGet:UpdateBuffer() endif ::DispText() if ! ::oGet:BadDate ::oGet:KillFocus() else ::oGet:Pos = 1 ::nPos = 1 #ifndef __CLIPPER__ ::oGet:TypeOut = .f. #endif endif ::SetColor() return nil //----------------------------------------------------------------------------//
by Manuel Aranda
Thu Oct 20, 2005 9:02 pm
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4895

Manuel

... ",", "" ) endif if ! ::lDrag ::oGet:KillFocus() // to properly initialize internal status ::oGet:SetFocus() ::DispText() if ::oGet:type$"DN" ::nPos := 1 endif ::oGet:Pos = ::nPos ::SetPos( ::nPos ) CallWindowProc( ::nOldProc, ::hWnd, WM_SETFOCUS ) if Set( _SET_INSERT ) DestroyCaret() CreateCaret( ...
by Guest
Mon Oct 17, 2005 6:03 pm
 
Forum: FiveWin para CA-Clipper
Topic: FRANCISCO CARRASCO
Replies: 9
Views: 4895
Previous

Return to advanced search