Search found 44 matches: ordkey

Return to advanced search

Re: XBROWSE Column Question

it work when have "only" FIELD Name but seems not when have Function "in" INDEXKEY() / Ordkey() so i "strip" all of String to get FIELD Name "only" I suggest this function, which can handle index key of any complexity. If more than one ...
by nageswaragunupudi
Wed May 10, 2023 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

... do not have to write any special code. it work when have "only" FIELD Name but seems not when have Function "in" INDEXKEY() / Ordkey() so i "strip" all of String to get FIELD Name "only" --- more Question : how is the Syntax to use "Header - click" ...
by Jimmy
Tue May 09, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

p.s. what is better to use INDEXKEY() or OrdKey() :?:

OrdKey()
by nageswaragunupudi
Sat May 06, 2023 2:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

in this case this CODE will work where i use INDEXKEY() or OrdKey() to look which FIELD is used SET ORDER TO TAG "CITY"nCol := AScan( oBrw:aCols, { |oCol| oCol:cSortOrder == OrdSetFocus() } )? nColoCol := oBrw:aCols[ ...
by nageswaragunupudi
Sat May 06, 2023 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

... in XBROWSE when have NO "own" Header it will display Name of FIELD in Header in this case this CODE will work where i use INDEXKEY() or OrdKey() to look which FIELD is used STATIC FUNCTION FindColumnHeader( oBro )LOCAL aHeaders := {}LOCAL nPosi    := 0LOCAL n, cSeek, ...
by Jimmy
Fri May 05, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: New FTDN June/Junio (FWH 21.06)

... Elimina los ceros a la derecha después del decimal al convertir números a texto. * Nueva función FW_IndexInfo() --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase también puede usarla como método: oDbf:IndexInfo() * Corrección en TScrollPanel. Mal funcionamiento de la barra ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Junio (FWH 21.06)

... FW_ExcelToDBF(): Trims right zeros after decimal when converting numbers to text. * New function FW_IndexInfo() --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase can also use it as a method: oDbf:IndexInfo() * Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... FW_ExcelToDBF(): Trims right zeros after decimal when converting numbers to text. * New function FW_IndexInfo() --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase can also use it as a method: oDbf:IndexInfo() * Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Re: funciones de FWH y Harbour en un archivo .txt

... OrdFindRec(<nRecno>,[<lCurrentRec>])->lFound OrdFor(<xOrder>,[<cOrderBagName>])->cForExp Ordkey(<cOrderName>|<nOrder>,[<cOrderBagName>])->cExpKey OrdKeyRelPos([<nNewPosition>])->nRelativePosition OrdListAdd(<cOrderBagName>,[<cOrderName>])->Nil ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... NumToHex NumToken NumXOR NumXORX Occurs OemToHtml Ole2TxtError OleError OrdBagExt OrdBagName OrdCount OrdCustom OrdDestroy OrdFindRec OrdFor Ordkey OrdKeyRelPos OrdListAdd OrdListClear OrdListRebuild OrdName OrdNumber OrdSetFocus OrdSkipRaw OrdWildSeek OS Os_IsWin2000 Os_IsWin2000_Or_Later ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: ADO RDD xHarbour

Try the same after dbsetorder and check with ordname and ordkey inyour app order is in fact active.
by AHF
Thu Nov 05, 2015 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446883

Re: ADO RDD xHarbour

... This Set is used to evaluate Clipper/(x)Harbour expressions such as: &( indexkey( 0 ) ) OrdKey( ) Etc. So it must contain your actual real index expressions. Example: SET ADODBF TABLES INDEX LIST TO { {"TABLE1",{"FIRST","FIRST"} ...
by AHF
Fri Aug 07, 2015 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446883

Re: ADORDD Error : ADODEFAULT(5256)

... SET ADODBF TABLES are the same but with clipper fuctions and fields with +. These are used to evaluate clipper expression ex: &(indexkey(0)) ordkey() ordfor() etc. I hope to have answer you question.
by dutch
Tue Jun 16, 2015 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 3921

Re: ADORDD Error : ADODEFAULT(5256)

... SET ADODBF TABLES are the same but with clipper fuctions and fields with +. These are used to evaluate clipper expression ex: &(indexkey(0)) ordkey() ordfor() etc. I hope to have answer you question.
by AHF
Tue Jun 16, 2015 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 3921

Re: ADO RDD xHarbour

Antonio,

IndexKey() se traduce en una llamada a OrdKey() y OrdKey() llama a ADO_ORDINFO()

https://github.com/harbour/core/blob/master/extras/rddado/adordd.prg
by Antonio Linares
Thu Mar 19, 2015 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446883
Next

Return to advanced search