Search found 31 matches: nrowcount

Return to advanced search

PROBLEMAS CON EL TWBROWSE

... nRealSkip - nSkip // Esta es la linea que habia quitado por el problema ::nRowPos:= Max( ::nRowPos, 1 ) EndIf #ifdef __XPP__ nLines = ::nRowCount() while n <= nLines .and. nSkipped == 1 ::DrawLine( n ) nSkipped = ::Skip( 1 ) if nSkipped == 1 n++ endif end ::Skip( ::nRowPos - n ) #else ...
by ROBER68
Fri Jun 21, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON EL TWBROWSE
Replies: 1
Views: 926

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... "contable" ) objq:= TMSQuery():New( oMySql ) objq:Open("SELECT * from plan where cuenta='"+cuenta+"'") if objq:nRowCount=0 objq:ExecSQL( "INSERT INTO PLAN (CUENTA) VALUES ('"+cuenta+"')" ) else MsgAlert('La cuenta '+cuenta+' ya existe ') endif ...
by Vladimir Zorrilla
Sun Mar 03, 2013 6:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62616

TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()

... := .F. ::SetMsg( oCol:cMsg ) ::lEditing := .F. If ::lAppendMode ::lAppendMode := .F. ::lHitBottom := .F. ::lNoPaint := .F. If ::nLen <= ::nRowCount() ::Refresh( .T. ) ::GoBottom() Else ::GoBottom() EndIf EndIf cMsg := If( ! Empty( oCol:cMsg ), oCol:cMsg, ::cMsg ) cMsg := If( Valtype( cMsg ...
by MGA
Fri Apr 08, 2011 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - Manuel Mercado - METHOD TSBrowse:EditExit()
Replies: 0
Views: 636

Re: Comments and requests about TWBrowse

... I remove beep. It 'obvious that all is well with the table customer ther are no problems. With another table I see differences between oLbx:nRowCount() and lines written into events.txt log file // Test disabled TWBrowse for painting while disabled. #include "fivewin.ch" ANNOUNCE ...
by MarcoBoschi
Thu Jul 22, 2010 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: Comments and requests about TWBrowse

Enrico, James, I put this line of code in a my application oBrw:bSkip:= {|nRecs| ( logfile( "eventi.txt" , { oBrw:nRowCount() , recno() } ), tabella->(dbskipper( nRecs)) ) } tabella.dbf has 11400 records it's about 9 MB tabella.cdx has 20 TAG inside it's about 1,5 MB In ...
by MarcoBoschi
Thu Jul 22, 2010 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Comments and requests about TWBrowse
Replies: 58
Views: 13764

Re: graficos estilos tortas.

... AND SEA"+XCOD()+".CODI_REGI='10'" cmd_+=" ORDER BY SEA"+XCOD()+".PAIS_ORIGE" VZ2QUERY(@cmd,CMD_) For j=1 to cmd:nRowCount cmd:Goto(j);cmd:Load() IF (n:=ASCAN(mplan,cmd:FldGet(1)))=0 aadd(dplan,1 ) aadd(mplan,cmd:FldGet(1) ) aadd(nombre,subs(cmd:FldGet(2),1,15) ...
by Vladimir Zorrilla
Fri Jun 05, 2009 10:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: graficos estilos tortas.
Replies: 12
Views: 2487

RMCHART from file TXT

... AND SEA"+XCOD()+".CODI_REGI='10'" cmd_+=" ORDER BY SEA"+XCOD()+".PAIS_ORIGE" VZ2QUERY(@cmd,CMD_) For j=1 to cmd:nRowCount cmd:Goto(j);cmd:Load() IF (n:=ASCAN(mplan,cmd:FldGet(1)))=0 aadd(dplan,1 ) aadd(mplan,cmd:FldGet(1) ) aadd(nombre,subs(cmd:FldGet(2),1,15) ...
by Vladimir Zorrilla
Mon Apr 06, 2009 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RMCHART from file TXT
Replies: 1
Views: 512

RMCHART

... AND SEA"+XCOD()+".CODI_REGI='10'" cmd_+=" ORDER BY SEA"+XCOD()+".PAIS_ORIGE" VZ2QUERY(@cmd,CMD_) For j=1 to cmd:nRowCount cmd:Goto(j);cmd:Load() IF (n:=ASCAN(mplan,cmd:FldGet(1)))=0 aadd(dplan,1 ) aadd(mplan,cmd:FldGet(1) ) aadd(nombre,subs(cmd:FldGet(2),1,15) ...
by Vladimir Zorrilla
Mon Apr 06, 2009 11:48 pm
 
Forum: FiveWin para CA-Clipper
Topic: RMCHART
Replies: 0
Views: 557

RMCHART

... AND SEA"+XCOD()+".CODI_REGI='10'" cmd_+=" ORDER BY SEA"+XCOD()+".PAIS_ORIGE" VZ2QUERY(@cmd,CMD_) For j=1 to cmd:nRowCount cmd:Goto(j);cmd:Load() IF (n:=ASCAN(mplan,cmd:FldGet(1)))=0 aadd(dplan,1 ) aadd(mplan,cmd:FldGet(1) ) aadd(nombre,subs(cmd:FldGet(2),1,15) ...
by Vladimir Zorrilla
Mon Apr 06, 2009 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMCHART
Replies: 4
Views: 722

RMCHART

... AND SEA"+XCOD()+".CODI_REGI='10'" cmd_+=" ORDER BY SEA"+XCOD()+".PAIS_ORIGE" VZ2QUERY(@cmd,CMD_) For j=1 to cmd:nRowCount cmd:Goto(j);cmd:Load() IF (n:=ASCAN(mplan,cmd:FldGet(1)))=0 aadd(dplan,1 ) aadd(mplan,cmd:FldGet(1) ) aadd(nombre,subs(cmd:FldGet(2),1,15) ...
by Vladimir Zorrilla
Mon Apr 06, 2009 11:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMCHART
Replies: 0
Views: 356

... nNewPos ) METHOD nAtCol( nColPix, lActual ) METHOD nAtIcon( nRow, nCol ) METHOD nColCount() INLINE Len( ::aColumns ) METHOD nLogicPos() METHOD nRowCount() INLINE ; CountRows( ::hWnd, ::nHeightCell, If( ::lDrawHeaders, ::nHeightHead, 0 ), ; If( ::lFooting .and. ::lDrawFooters, ::nHeightFoot, ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

... '} oQuery :=TMSQuery():New( oDTbase ) // inicializa la clase oQuery:Open( eval(bSeek,"") ) // efectua el query IF ( oQuery:nRowCount=0 ) // si no hay registros MSGALERT("No Existen Ramos, Incluya Alguno","Atención...") CreaRamo(oWnd,0,0,0,,1,.T.) oQuery:Open( eval(bSeek,"") ...
by ADBLANCO
Fri Sep 05, 2008 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Informix - Disculpen que insista
Replies: 46
Views: 14970

Browsing generally

... ) ) RETURN nLastRecno I sending a BrwBottom() Function Which is your want :-) Function BrwBottom( oBrw ) local nSkipped local nLines := oBrw:nRowCount() local n local bChange := oBrw:bChange oBrw:bChange := NIL oBrw:goBottom() oBrw:lHitBottom = .t. oBrw:lHitTop = .f. Eval( oBrw:bGoBottom ...
by Antonio Linares
Wed Aug 27, 2008 7:35 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65253

Problem with Editor of Source

... area:=val(subs(atables[n],1,at("-",atables[n] )-1 ) ) Select(area); objsql:=dameobjsql() If valtype(objsql)="O" plus:= ltrim(str(objsql:nRowCount() ))+" registros" else plus:="No hay Cursor Cargado" endif bblock:=&(" { |oMenuItem| _verTable_("+chr(34)+atables[n]+chr(34)+") } ") MenuAddItem( ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... area:=val(subs(atables[n],1,at("-",atables[n] )-1 ) ) Select(area); objsql:=dameobjsql() If valtype(objsql)="O" plus:= ltrim(str(objsql:nRowCount() ))+" registros" else plus:="No hay Cursor Cargado" endif bblock:=&(" { |oMenuItem| _verTable_("+chr(34)+atables[n]+chr(34)+") } ") MenuAddItem( ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160
Next

Return to advanced search