Search found 238 matches: ordsetfocus

Return to advanced search

Busqueda en browse

... MsgAlert(nKey) if GetAsyncKey(VK_BACK) cKey:=substr(cKey,1,len(cKey)-1) endif cKey:=left(cKey,len(cKey)-1) nOrdAnt:=OrdSetFocus(aBUSCAR[1]) dbseek(cKey,.t.) nSeekNvo:=recno() if eof().or.!OrdKeyVal()=cKey dbgoto(nSeekRec) lDesp:=.f. endif if lDesp if !nSeekRec==nSeekNvo ...
by noe aburto
Mon Aug 19, 2013 11:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda en browse
Replies: 3
Views: 843

Re: bugs xBrowse and Seek

... to know the sorted column(s). So for incremental seek to work initially we need to set oRs:Sort := <columnName>, just like we need to set OrdSetFocus() in RDD. We may improve XBrowse to extract the sorted column name from the record set's source SQL, but at present it does not. About the ...
by nageswaragunupudi
Sat May 25, 2013 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bugs xBrowse and Seek
Replies: 7
Views: 2552

Re: xBrowse blcklicked

... normally ... but when I run the SQL database is not working properly ... I do not know why! function TraPre(cmm) DBSelectArea("Trz") OrdSetFocus("TRZISNO") oNazPar :Refresh() if mRat>0 mTxt2="" mTxt3="" oTxt3 :refresh() oTxt4 :refresh() endif iNovi=.f. ...
by nebojsa
Tue May 14, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse blcklicked
Replies: 8
Views: 1903

CDX TOO SLOW

I have an archive of 61819 Records

I must index it on seven indexes

When Imade (cdbf)->(OrdSetFocus(n)) and refresh() the xbrowse it is too slow

How I can resolve this problem

I'm using a portable Pc with 8GBRam Winseven
by Silvio.Falconi
Thu May 09, 2013 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDX TOO SLOW
Replies: 8
Views: 1804

UEStudio wordfile changes for Clipper language

... listview loop lower maximized mdichild method memvar msgInfo msgBeep message menu menuitem msglogo next numeric name of otherwise on off order ordsetfocus path pixel protected print page parameters procedure prompts preview picture quit return recall resource resources redefine read report ...
by Antonio Linares
Thu Apr 18, 2013 11:11 am
 
Forum: Utilities / Utilidades
Topic: UEStudio wordfile changes for Clipper language
Replies: 0
Views: 1280

Re: SORT

... <.rest.>, , , <cp> )  Así que en teoría es lo mismo, tal vez la velocidad disminuye porque ahora no utilizas Cliente->(OrdSetFocus(1)) prueba el primer ejemplo sin esa línea y agregasela al segundo, tal vez influya.
by quique
Wed Apr 10, 2013 9:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SORT
Replies: 8
Views: 1018

Re: xbrowse

... } A better solution is to use a function FUNC DB_SEEK(x,nOrder) local cMemOrder := OrdSetFocus() dbsetorder(nOrder) dbseek(x) OrdSetfocus(cMemOrder) RETURN found() Odlg:bInit should also call oBrw:bChange ! Frank Thanks Frank for your ...
by Bayron
Wed Apr 10, 2013 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 9
Views: 2855

Re: xbrowse

... } A better solution is to use a function FUNC DB_SEEK(x,nOrder) local cMemOrder := OrdSetFocus() dbsetorder(nOrder) dbseek(x) OrdSetfocus(cMemOrder) RETURN found() Odlg:bInit should also call oBrw:bChange ! Frank
by Franklin Demont
Wed Apr 10, 2013 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse
Replies: 9
Views: 2855

Re: SORT

Si Karinha Ahora es mucho mas rapido, antes lo hacia asi: * Clientes USE "CLIENTES" SHARED Alias Cliente NEW Cliente->(OrdSetFocus(1)) SORT ON NOMBRE TO WORK3431 Cliente->(DbCloseArea()) ocasionaba una demora considerable, son aprox. 18,000 registros en tres minutos Un Escandalo ...
by LuisPonce
Wed Apr 10, 2013 4:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SORT
Replies: 8
Views: 1018

Re: Clase TDb o TDatabase....cual usar?

... Save() METHOD SetBuffer( lOnOff ) METHOD SetBookMark() METHOD Seek( uExp, lSoft ) METHOD SetOrder( cnTag, cFile ) INLINE ( ( ::nArea )->( OrdSetFocus( cnTag, cFile ) ) ) METHOD SetRelation( ncArea, cExp ) INLINE ; ( ::nArea )->( DbSetRelation( ncArea, Compile( cExp ), cExp ) ) METHOD ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2880

Re: Error Ordsetfocus

Coloca un SELECT al area del xbrowse donde quieres cambiar el indice antes del SETFOCUS, haber si es que estas perdiendo en area, o prueba mandando un mensaje alert( alias() ), asi podrias ver cual es el area que tienes activo al crear el indice, igual, si pones algo de codigo donde tienes el proble...
by joseluisysturiz
Fri Feb 22, 2013 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Ordsetfocus
Replies: 1
Views: 411

Error Ordsetfocus

... from start: 0 hours 0 mins 34 secs    Error occurred at: 22/02/2013, 18:33:37   Error description: Error DBCMD/2001  Area de trabajo no usada: ORDSETFOCUSStack Calls===========   Called from:  => ORDSETFOCUS(0)   Called from:  => TCBROWSE:SETORDER(0)   Called from:  => ...
by Garbi
Fri Feb 22, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Ordsetfocus
Replies: 1
Views: 411

Re: PROBLEMA CON TXBROWSE

... BRUSH oBrush OF oWnd TITLE "Stock en Almacenes" DBSELECTAREA("FTAlmacenes") // MAESTRO DE ALUMNOS *FTAlmacenes->( OrdSetFocus(2) ) FTAlmacenes->( DBGOTOP() ) DATABASE oDbfALUM // LECTURA Y CLONACION DE DBF ORIGINAL oDbfALUM:GOTOP() *REDEFINE XBROWSE oBrow ID ...
by LuisPonce
Fri Jan 11, 2013 6:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5692

Re: PROBLEMA CON TXBROWSE

... te esta hechando broma, saludos... :shock: Ejemplo totalmente funcional: DBSELECTAREA("jlalumno") // MAESTRO DE ALUMNOS jlalumno->( OrdSetFocus(2) ) jlalumno->( DBGOTOP() ) DATABASE oDbfALUM // LECTURA Y CLONACION DE DBF ORIGINAL oDbfALUM:GOTOP() oBrow:=TxBrowse():New( oWndAlu ...
by joseluisysturiz
Wed Jan 09, 2013 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5692

AdsSetAof()

... a buscar" DBSelectArea(DBLISTA) (DBLISTA)->(AdsClearAOF()) (DBLISTA)->(OrdScope(0,)) (DBLISTA)->(OrdScope(1,)) (DBLISTA)->(OrdSetFocus('NOMBRE33')) //Filtro FTS (DBLISTA)->(DbGoTop()) (DBLISTA)->(AdsSetAof( '"' +cTexto+ '" $ P_NOM') ) Mbrw:Refresh(.t.) La ...
by RuFerSo
Tue Dec 11, 2012 12:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AdsSetAof()
Replies: 5
Views: 1139
PreviousNext

Return to advanced search