Search found 66 matches: ordcreate

Return to advanced search

Re: Tdatabase ordcreate temp

nageswaragunupudi wrote:if DBFCDX

Code: Select all  Expand view
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY


OR
Using this syntax:
Code: Select all  Expand view
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )

Code: Select all  Expand view
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )


thanks
by Silvio.Falconi
Sat Jan 27, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 487

Re: Tdatabase ordcreate temp

if DBFCDX

Code: Select all  Expand view
INDEX ON FIELD JUMP TAG JUMPTMP TO TMP TEMPORARY


OR
Using this syntax:
Code: Select all  Expand view
METOD CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory )

Code: Select all  Expand view
oTmp4:CreateIndex( "TMP", "JUMPTMP", "JUMP", nil, nil, .T. )
by nageswaragunupudi
Fri Jan 26, 2024 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 487

Tdatabase ordcreate temp

I use tdatabase

Select( oTemp4:nArea )
index on oTemp4:jump To Temp

why make error ?
by Silvio.Falconi
Fri Jan 26, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase ordcreate temp
Replies: 2
Views: 487

Other problem to Ordercreate and descend

... elseif !Empty(cField1 ) .and. !Empty(cField2 ) cExpression:=(cCampo1 +'+'+cCampo2) elseif !Empty(cField1 ) cExpression:=(cCampo1) Endif //ordcreate bCode := "{ || " + cExpression + "}" OrdCondSet(cFor,bFor,,,,, RECNO(),,,, ) OrdCreate( , cneworder, cExpression, &bCode ...
by Silvio.Falconi
Mon Feb 07, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Other problem to Ordercreate and descend
Replies: 3
Views: 247

Re: OrdCreate with Tdatabase

ooppss
you're right
by Silvio.Falconi
Sat Jan 22, 2022 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate with Tdatabase
Replies: 2
Views: 219

Re: OrdCreate with Tdatabase

hi Silvio, i think 3rd. Parameter "cIndexKey" does not use PATH OrdCreate( ::cFilesPath+::aIdx[ i, 2, k, 3 ], ;           ::aIdx[ i, 2, k, 2 ],;           ::cFilesPath+::aIdx[ i, 2, k, 1 ],;           &bCode ) OrdCreate( ...
by Jimmy
Sat Jan 22, 2022 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate with Tdatabase
Replies: 2
Views: 219

OrdCreate with Tdatabase

... "{ || " + ::aIdx[ i, 2, k, 1 ] + "}"             OrdCondSet(cFor,bFor,,,,, RECNO(),,,, )             OrdCreate( ::cFilesPath+::aIdx[ i, 2, k, 3 ], ::aIdx[ i, 2, k, 2 ],  ::cFilesPath+::aIdx[ i, 2, k, 1 ], &bCode )  ...
by Silvio.Falconi
Sat Jan 22, 2022 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate with Tdatabase
Replies: 2
Views: 219

Harbour y MySQL - tildes y eñes

... talk off set echo off set bell off set confirm off set wrap on set date french set date format 'dd/mm/yyyy' set century on Request DBFCDX, DBFFPT, OrdCreate, OrdKeyCount, OrdKeyNo, OrdKeyGoto RddSetDefault( 'DBFCDX') set deleted on set autopen off set exclusive on Set optimize on cursorwait() readinsert( ...
by José
Tue Nov 23, 2021 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1563

Re: OrdCreate resolved!!

cfor := "!Deleted()"
bFor := "{ || " + cfor + "}"

OrdCondSet(cFor,bFor,,,,, RECNO(),,,, )
by Silvio.Falconi
Thu May 06, 2021 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate resolved !!
Replies: 1
Views: 398

OrdCreate resolved !!

How I can Order with ordcreate the condition "!deleted()" ? I made I insert all ::aIdx on an array type { "RESERVA" , { { "Rooms_id+Dtos(Check_in)" , "room_in" , "Reserva" } } } FOR ...
by Silvio.Falconi
Thu May 06, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate resolved !!
Replies: 1
Views: 398

Error creating index

... field->COD TO data I get server error: Error: Erro de cria‡Ćo filename: data.ntx called from: ../../apache.prg, (b)MAIN, line: 50 called from: ORDCREATE, line: 0 called from: ../../../rddord.prg, DBCREATEINDEX, line: 0 called from: pcode.hrb, MAIN, line: 43 called from: HB_HRBDO, line: 0 called ...
by tiagojbi
Wed Jun 03, 2020 5:24 pm
 
Forum: mod_harbour
Topic: Error creating index
Replies: 1
Views: 2583

Re: ERROR CON TDATABASE Y CODGRUP.DBF - SOLUCIONADO

Hola Despues de mucho probar encontre esto: La base de datos tiene un indice .CDX construido de esta manera Ordcreate(".\data\codgrup","ID", "codgrup->id" ) Ordcreate(".\data\codgrup","DESCR", "codgrup->descgrup" ...
by rterraz
Mon Dec 30, 2019 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR CON TDATABASE Y CODGRUP.DBF
Replies: 5
Views: 981

Error BASE/1003 no existe la variable cFile

... DBUSEAREA(.T.,,".\FINAL\"+cFile) <- (AQUI SE PRODUCE EL ERROR) //DBUSEAREA(.T.,,".\FINAL\"+cFile+".DBF") ordCreate(".\FINAL\"+cFile,"RUT","(cFile)->RUT",{|| (cFile)->RUT}) ordCreate(".\FINAL\"+cFile,"NOMBRE","(cFile)->NOMBRE",{|| ...
by wyerco613
Wed Aug 21, 2019 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1003 no existe la variable cFile
Replies: 4
Views: 725

Error al crear indice descend ( llave)

... siguiente error Stack Calls =========== Called from: => DESCEND( 0 ) Called from: .\___x_54_d.prg => (b)BUILDINDEX( 772 ) Called from: => ORDCREATE( 0 ) Called from: ../../../rddord.prg => DBCREATEINDEX( 0 ) donde encuentro rddord.prg para ver el dbcreateindex () cual es la solución ...
by J. Ernesto
Sun May 05, 2019 2:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear indice descend ( llave)
Replies: 2
Views: 483

Re: Search on xbrowse

Why not using a seekbar :?: http://www.pflegeplus.com/IMAGES/Seekbar2.jpg USE CUSTOMER ORDCREATE( ,"CUST1","UPPER(FIRST)", {|| UPPER(FIRST) } , .F. ) ORDCREATE( ,"CUST2","UPPER(LAST)", {|| UPPER(LAST) } , .F. ) ORDCREATE( ...
by ukoenig
Sun Aug 05, 2018 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on xbrowse
Replies: 2
Views: 645
Next

Return to advanced search