Search found 36 matches: ordlistadd

Return to advanced search

create a function with Tdatabase

... aIdx[ i ] )      NEXT   ENDIFRETURN oDbf  but make error because Error description: Error DBCMD/2001 Workarea not in use: ORDLISTADD Stack Calls =========== Called from: => ORDLISTADD( 0 ) Called from: ../../../rddord.prg => DBSETINDEX( 0 ) what do you recommend?
by Silvio.Falconi
Sat Apr 24, 2021 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a function with Tdatabase
Replies: 7
Views: 1172

Re: strange execution of Index

... This is the numeric ordinal position of the index to activate as the controlling index. Indexes are numbered in the sequence they are opened with OrdListAdd(), try this way: SERVIZI->( OrdSetFocus("ORDINE" ) )
by FranciscoA
Mon Jan 14, 2019 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2013

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

... Ordkey(<cOrderName>|<nOrder>,[<cOrderBagName>])->cExpKey OrdKeyRelPos([<nNewPosition>])->nRelativePosition OrdListAdd(<cOrderBagName>,[<cOrderName>])->Nil OrdListClear()->Nil OrdListRebuild()->Nil OrdName(<nOrder>,[<cOrderBagName>)->cOrderName ...
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: 5710

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

... 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 Os_IsWin2003 Os_IsWin95 ...
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: 5710

Error em windows server 2008

... 2 Time from start: 0 hours 0 mins 4 secs Error occurred at: 07/02/2017, 11:32:09 Error description: Error DBCMD/2001 Workarea nÆo est  em uso: ORDLISTADD Stack Calls =========== Called from: => ORDLISTADD( 0 ) Called from: source\rdd\rddord.prg => DBSETINDEX( 0 ) Called from: PROG08.PRG ...
by Wanderson
Tue Feb 07, 2017 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error em windows server 2008
Replies: 2
Views: 585

Re: ADO RDD xHarbour

... cases this is required if i will not change the code. Sorry I cant understand what you mean. SET INDEX TO its translated by the preprocessor to ordlistadd() as in clipper adordd SET ORDER to the 1st index in the SET INDEX TO. Is it not working like that? Can you post an example? 2.) Opening ...
by AHF
Wed Nov 18, 2015 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: ADO RDD xHarbour

... your app. You need to have both defined and in the same order. Indexes defined in these array do not need to be created! Just use SET INDEX TO or ORDLISTADD to "open" them and then SET ORDER TO or ORDSETFOCUS to activate them. Please remember that indexes files dont really exist they ...
by AHF
Tue Aug 04, 2015 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: ADO RDD xHarbour

... creating a new table: Error description: (DOS Error 2) DBFCDX/1003 Open error: C:\ADORDD2015\TLOCKS.CDX Stack Calls =========== Called from: => ORDLISTADD( 0 ) Called from: ../../../rddord.prg => DBSETINDEX( 0 ) Called from: test.prg => ADO_GETUNLOCK( 2776 ) Also, Append does not work ...
by lucasdebeltran
Tue May 19, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: ADO RDD xHarbour

Lucas,

Did you open the indexes with set index to or ordlistadd.

They are not opened with the table by adordd

They must be opened before ordsetfocus gets called
This is not the normal procedure with ordsetfocus that does nothing if the index

Its a guess
by AHF
Thu Apr 02, 2015 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: ADO RDD xHarbour

... – In SQL these should be independent of the code itself. The programmer should only think about the data he needs, the rest its up to DB admin. By ordlistadd or createindex it would add to some array in the adordd the name of the indexes attached to that workarea. By ordsetfocus() the code simply ...
by AHF
Wed Mar 18, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446402

Re: programa ejecutable EXE

... occurred at: 11/28/14, 11:43:09 Error description: (DOS Error 2) DBFCDX/1003 Open error: EMPRESAX.cdx Stack Calls =========== Called from: => ORDLISTADD(0) Called from: company.prg => COMPNAME(44) System ====== CPU type: Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz 2400 Mhz Hardware memory: ...
by edgar
Sat Nov 29, 2014 3:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa ejecutable EXE
Replies: 11
Views: 1744

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

... OBJECT DATA lBlank AS LOGICAL INIT .f. METHOD New( cAlias ) CONSTRUCTOR METHOD Activate() METHOD AddIndex( cFile, cTag ) INLINE ( ::nArea )->( OrdListAdd( cFile, cTag ) ) MESSAGE AnsiToOem METHOD _AnsiToOem() METHOD Append() INLINE ( ::nArea )->( DbAppend() ) METHOD Blank( nRecNo ) INLINE ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2796

error with Harbour and Windows 7

... in a folder different that Program Files, such as Desktop, sometimes I get this error: Error description: Error DBCMD/2001 WORKAREA NOT IN USE: ORDLISTADD Stack Calls =========== Called from: => ORDLISTADD( 0 ) Called from: ../../../rddord.prg => DBSETINDEX( 0 ) Called from: H:\spa\files.PRG ...
by ukservice
Mon Jan 09, 2012 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with Harbour and Windows 7
Replies: 2
Views: 570

Re: Problemas con dbfcdx.

Simón,

Esta línea no hace falta (salvo que me equivoque):

MaeClient->( ordListAdd( "MaeClient" ) )

prueba a quitarla
by Antonio Linares
Fri Oct 15, 2010 7:08 am
 
Forum: FiveWin para Pocket PC
Topic: Problemas con dbfcdx.
Replies: 3
Views: 804

Problemas con dbfcdx.

... ::cData + "\MaeClient.cdx" ) INDEX ON MaeCLient->nombre TAG NOMBRE TO ( ::cData + "\MaeClient.cdx" ) endif MaeClient->( ordListAdd( "MaeClient" ) ) MaeClient->( dbsetorder( 1 ) ) MaeClient->( DbGoTop() ) //-----------------------------------------------------------------------------------------------// ...
by Simon
Mon Oct 11, 2010 2:25 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas con dbfcdx.
Replies: 3
Views: 804
Next

Return to advanced search