Search found 123 matches: ometer

Return to advanced search

xharbour last cvs error

... james dont compile : Tdata\Tdata.prg(281) Error E0047 Code block contains both macro and declared symbol references line of tdata : ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) },; cMessage ) someone can contact xharbour team? thanks
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3158

Crear un Dialogo que muestre procesos en linea

... vea su avance ademas que asi evitamos el famoso mensaje "programa no responde" del Windows, bueno este dialogo es algo mas que un simple oMeter... Imaginense procesar una tabla de 200,000 registros de operaciones, donde alguno de ellos van aser Ajustados o recalculados.., En este dialogo ...
by lubin
Tue Sep 08, 2015 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear un Dialogo que muestre procesos en linea
Replies: 5
Views: 568

Re: Ayuda con Exportacion a Excel

... * FROM DPCENCOS WHERE "+cWhere) aCencos:=ASQL("SELECT CEN_CODIGO,CEN_DESCRI FROM DPCENCOS WHERE "+cWhere) ENDIF oFrm:oMeter:SetTotal(oTable:RecCount()) WHILE !oTable:Eof() oFrm:oMeter:Set(oTable:RecNo()) IF Empty(cSql) cSql:="SELECT CTA_CODIGO" ENDIF IF !Empty(csql) ...
by hugodatapro
Fri Jun 05, 2015 12:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Exportacion a Excel
Replies: 14
Views: 1907

Re: INSERT SET o INSERt VALUES

... metodos y calculalos con un timer haber cual te lleva menos tiempo...yo insisto en INSERT / EXECUTE dentro de FOR NEXT y podiras hasta colocar un oMeter...saludos... :shock:
by joseluisysturiz
Fri Feb 13, 2015 4:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INSERT SET o INSERt VALUES
Replies: 19
Views: 2900

hb_zip difference between harbour and xharbour

... show C as main directory then test below the code used is the following lZipDone := HB_ZIPFILE( cZip , aFiles , 9, {|cFile,nPos| UPDMETER(CFILE,OMETER,NPOS,@nctr,NLEN,ODLG,@DLGFILE,OBJFILE)}, .T.,, lZipWithPath, .F. ) Does anyone know how to deal with this ? thanks for the help PS : this is ...
by Richard Chidiak
Thu Jul 03, 2014 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_zip difference between harbour and xharbour
Replies: 3
Views: 662

Re: How To Display checkon.bmp

... ) NET_CLOSE( nTrials, nTime ) NET_RLOCK( nTrials, nTime ) NET_ULOCK() NET_WAIT ( nTrcount, nTrials, nTime ) SHOW_WAIT( nTrcount, nTrials, nTime, oMeter, oText1 ) NET_DELETE ( nTime ) NET_RECALL ( nTime ) NET_APPEND ( nTrials, nTime ) NET_COPY ( destin, ntrials, ntime ) NET_PACK( cDBName, cAlias, ...
by ukoenig
Sat Feb 22, 2014 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Display checkon.bmp
Replies: 4
Views: 1058

Re: Nag Screen

Check if U have oMeter:Set( nSecs ) before the WHILE of the CountDown function.
by ADutheil
Sat Sep 21, 2013 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nag Screen
Replies: 9
Views: 1644

Re: descomprimir archivo zip

... que muestro y quedó así: Descomprime(cFileZip,cPathDesempaque) FUNCTION Descomprime(cFile,cPathDescarga) LOCAL oDlg,nFiles,aFiles,oText, cMsg, oMeter,nActual:=0 DEFAULT cPathDescarga:="E:\" IF FILE(cFIle) aFiles:=hb_GetFilesInZip(cFile) // aFiles:=hb_GetFilesInZip(cFile,.t.) nFiles:=Len(hb_GetFilesInZip(cFile)) ...
by LuisPonce
Wed Jun 05, 2013 5:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: descomprimir archivo zip
Replies: 4
Views: 994

Re: ERROR EN TESTUZIP.PRG

Karinha, Checa estas funciones, a mi me funcionan!! STATIC FUNCTION Comprime(cFile,aFile) LOCAL oDlg,oMeter,oText,cMsg,nLen,lVal,nActual:=0 nLen:=Len(aFile) DEFINE DIALOG oDlg FROM 1, 1 TO 10, 60 TITLE "Espere, reuniendo archivos..." @ 0.5, 2 SAY oText VAR cMsg ...
by LuisPonce
Sat Apr 13, 2013 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR EN TESTUZIP.PRG
Replies: 6
Views: 1191

GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82

... 450,24 FONT oFont @ 400, 40 BUTTON aoBt[ 2 ] PROMPT "&Generar" PIXEL SIZE 100,22 OF oWnd FONT oFont ; ACTION ImportaDat( cFileExcel, oMeter, @lEnd ) WHEN lFichSub .AND. Asc( AllTrim( cFileExcel ) ) > 0 @ 400,496 BUTTON aoBt[ 3 ] PROMPT "Sa&lir" PIXEL SIZE 100,22 OF ...
by Julio Cepeda
Fri Feb 08, 2013 12:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET xHarbour 1.2.1 FW 11.07 Borland C++ 5.82
Replies: 3
Views: 846

progress bar

... local nRec_ctr := 0 local cSto local cStart := time() local cStop local cElapsed local oPrg local oProg1 local oDlg local nActual := 0 local oMeter local nTotal local nTimes := 0 // stats dialog local oStat local fntArial local oSay local cStat_msg Local hFile Local aInfo local cCert_seg ...
by brewster
Fri Jan 25, 2013 2:02 pm
 
Forum: FiveWin for CA-Clipper
Topic: progress bar
Replies: 2
Views: 3083

Re: Index meter.

Drop this line IF cForCond != NIL and its ENDIF conterpart. If cForCond is NIL oMeter:Set( RECNO() ) will not be refreshed.
by ADutheil
Fri Oct 19, 2012 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index meter (Solved)
Replies: 9
Views: 1951

Re: Error en PROGRESS

Willi, Tuve el mismo problema y opte por usar meterex, porque esta incluida en fwh y lo hago asi: REDEFINE METEREX oMeter VAR nPos ID 105 TOTAL 100 ROUND ; //ROUNDSIZE 6 ; LINECOLORS nRGB(255,251,229), nRGB(166,166,166) ; //nRGB(244,194,051) ; GRADIENT CHUNK { { 1, nRGB( 046, 091, ...
by Francisco Horta
Wed Oct 03, 2012 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error en PROGRESS
Replies: 3
Views: 536

Re: ADS -> AdsRegCallBack()

... #include "fivewin.ch" #include "c:\xHb\include\ads.ch" Function Girbase() local oDlg, ometer DEFINE DIALOG oDlg RESOURCE "UTF_TEST" oMeter = Tprogress():Redefine(100,oDlg) REDEFINE BUTTON ID 300 of oDlg ACTION (oDlg:End()) REDEFINE ...
by Massimo Linossi
Fri Aug 10, 2012 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS -> AdsRegCallBack()
Replies: 13
Views: 4965

Re: Position of msg* dialogs

... lPosition, aRect , cMsg, aOptions, cTitle, xIcon, nDefault, aGradiate, ; bAction, oFont, cFileRes, oIcon, uVar, cPict, bValid,; lSpinner, lMeter, oMeter, lCancel) ... ... ACTIVATE DIALOG oDlg CENTERED ; ON INIT (DlgInit(oDlg, lPosition, aRect , oFont, cMsg, aOptions, cTitle, nDefault,; aGradiate, ...
by ukoenig
Tue Jul 17, 2012 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Position of msg* dialogs
Replies: 4
Views: 1083
PreviousNext

Return to advanced search