Search found 264 matches: ordkeyno

Return to advanced search

Re: xbrowser footer

... If we want to set some filter like "AGE > 40", then set filter like this: SET FILTER TO AGE > 47 .AND. !DELETED()  OrdKeyNo() also is effected in the same way. Note: 1. Using oBrw:nLen is faster than using oBrw:KeyCount(). 2. These are issues relating to using the ...
by nageswaragunupudi
Mon Dec 02, 2019 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser footer
Replies: 9
Views: 1371

Re: Area de trabajo no usada: ORDKEYNO

Hola Karinha, me parece que como estoy utilizando la clase twbrowse de Hernán por ahí puede ser el conficto. Ahora lo voy a tener que dejar porque surgieron otras cosas mas apremiantes. Si compilo el sistema con la clase database fw15 y quito las ordenes para que el xbrowse no haga la busqueda, no h...
by surGom
Sat Oct 26, 2019 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 753

Re: Area de trabajo no usada: ORDKEYNO

Analise ó post estas funciones:

Code: Select all  Expand view

   Called from: origen.prg => ORIGEN( 260 ) Vien de aqui?

   Called from: megacho.prg => (b)BRWCHO( 74 )  //???
   // ???
   Called from: FCHOFER.PRG  // algo errado aqui?
 


Saludos.
by karinha
Thu Oct 24, 2019 1:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 753

Re: Area de trabajo no usada: ORDKEYNO

SurGom, buenos días:

No tengo ni idea del motivo de este error.
Pero... ¿ podrías por favor poner una imagen de esta ventana ( "DIALOG_2" ) para ver el aspecto y su resultado final ?

Mil gracias.
LORENZO.
by Loren
Thu Oct 24, 2019 6:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 753

Area de trabajo no usada: ORDKEYNO

Hola otra vez. Pase un wbrowse a txbrowse por los problemas ya comentados /*************************************************************************************/// FUNCION AGREGAR CHOFERES Ó MODIFICAR// utiliza la clase database// Setiembre de 2001/***************************************************...
by surGom
Thu Oct 24, 2019 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 753

Re: Latest FWH upgrade, performance issues, larger EXE

... Some points to be kept in mind: XBrowse mostly depends on the RDD functions OrdKeyCount(), OrdKeyNo() and OrdKeyGoTo(), which in turn depend on the indexes. So, very large index files, large index key values to some extent impede the performance ...
by nageswaragunupudi
Sun Jul 15, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 5184

Re: abrir 2 xbrowses simultaneos

... #include "winapi.ch" #include "report.ch" #include "xbrowse.ch" #define VK_ENTER 13 EXTERNAL ORDKEYCOUNT, ORDKEYNO REQUEST DBFCDX EXTERN DBFCDX *-------------------------------------- FUNCTION Main() *-------------------------------------- local oDlg local ...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2798

strange error on index with ftp

I have a strange error making index with dbf and ftp on main.prg I set REQUEST DBFCDX REQUEST DBFFPT EXTERNAL ORDKEYNO,ORDKEYCOUNT,ORDCREATE,ORDKEYGOTO FUNCTION Main() PUBLIC oApp RddSetDefault( "DBFCDX" ) SetHandleCount( 100 ) SET DATE FORMAT "dd-mm-yyyy" ...
by Silvio.Falconi
Thu Mar 22, 2018 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on index with ftp
Replies: 5
Views: 845

Re: Possible to run 2 browser synchronously ? ( Test-download )

... COLOR 0, 14417848 oBrw1:lSeekBar := .t. oBrw1:bClrEdits := { || { CLR_HRED, CLR_YELLOW } } WITH OBJECT oBrw1 :bRecSelData := { || CUST1->(ORDKEYNO()) } :bRecSelHeader := { |brw| "No." } :bRecSelFooter := { |brw| brw:nLen } :nRecSelWidth := 50 END DBSELECTAREA( "CUST2" ...
by ukoenig
Sat Jul 29, 2017 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3113

Re: xbrowse slow

... ) This is important because SET FILTER TO !DELETED() speeds up access of DBF having many deleted records and provides reliable results for OrdKeyNo() and OrdKeyCount()
by nageswaragunupudi
Thu Mar 16, 2017 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse slow
Replies: 19
Views: 3652

Re: Rowset data and method is not working.

... order is changed by calling oRs:SetOrder( <fieldname> ) or oRs:OrdSetFocus( <fieldname> ) or oRs:Sort := <fieldname>. KeyNo() or OrdKeyNo() or // similar to DBF AbsolutePosition // compatible with ADO Appear to be same as RecNo() if no records are deleted and sort order is not ...
by nageswaragunupudi
Mon Feb 06, 2017 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset data and method is not working.
Replies: 2
Views: 825

Rowset data and method is not working.

... - Description : Error BASE/1004 Message not found: FWMARIAROWSET:ABSOUTEPOSITION What is difference between them? - ::RecNo(), ::KeyNo(), ::OrdKeyNo() is the same - ::RecCount(), ::KeyCount(), ::LastRec() is the same. Thanks in advance.
by dutch
Sun Feb 05, 2017 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset data and method is not working.
Replies: 2
Views: 825

Re: ADORDD FAQs

Thank´s James

after thinking a lot, put this information in the main.prg and oh yes right gave the upload.

REQUEST DBFNTX
REQUEST DBFDBT

REQUEST DBFCDX
REQUEST DBFFPT

REQUEST ORDKEYNO
REQUEST ORDKEYCOUNT
REQUEST ORDKEYGOTO

REQUEST DESCEND

thank you for your attention
by aferra
Fri Jul 29, 2016 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD FAQs
Replies: 87
Views: 20074

Re: FWH: MySql/MariaDB: RowSet object

... MoveNext(), MovePrevious(), Move( n ) Work similar to DBF and RecordSet, navigating in the sorted order, respecting filters. OrdKeyCount(), OrdKeyNo(), OrdKeyGoTo( nKeyNo ) KeyCount(), KeyNo(), KeyGoTo( nKeyNo ) RecordCount(), AbsoutePosition, AbsolutePosition := n All these methods work ...
by nageswaragunupudi
Thu Jul 21, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 20023

Re: lentitud tremenda en red

... DBF-CDX con ADS y funciona como un tiro en RED!! Mi configuración en el PRG principal es: REQUEST DBFCDX RddSetDefault("DBFCDX") REQUEST OrdKeyNo, OrdKeyCount, OrdKeyGoto REQUEST ADS,ADSKEYCOUNT,ADSGETRELKEYPOS,ADSKEYNO,ADSSetRelKeyPos,rddsys RDDREGISTER("ADS",1) SET SERVER ...
by Loren
Thu Mar 10, 2016 7:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5499
PreviousNext

Return to advanced search

cron