Search found 26 matches: dbsetindex

Return to advanced search

DBF REDE/WEB WINDOWS 7/10/11

... //SELECT 1 USE (cSERVER + "MULTIFUN.DBF") NEW //SHARED INDEX ON COD_AVUL TAG TAG_001 TO IND001 INDEX ON NOMFUN TAG TAG_002 TO IND002 DBSETINDEX("IND001") SELECT 2 USE (cSERVER + "ARQSIND.DBF") NEW // SHARED SELECT 3 USE (cSERVER + "MULTIEMP.DBF") NEW ...
by wanderson8
Sun Jan 08, 2023 3:10 pm
 
Forum: All products support
Topic: DBF REDE/WEB WINDOWS 7/10/11
Replies: 0
Views: 9370

create a function with Tdatabase

...  DbUseArea( .T. ,, cArchivio, cAlias, .T. )   IF VALTYPE( aIdx ) == "A"      FOR i := 1 TO LEN( aIdx )         DBSETINDEX( aIdx[ i ] )      NEXT   ENDIF   oDbf := TDatabase():Open(,cAlias)RETURN oDbf return me a message "TD0001.dbf ...
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: xBrowse edit dialog and navigation

... LOCAL oDbf Locals oDbf: = TDatabase (): Open (nil, cDbf, "DBFCDX", .T.) IF VALTYPE (aIdx) == "A" FOR i: = 1 TO LEN (aIdx) DBSETINDEX (aIdx [i]) NEXT ENDIF return oDbf or perhaps not need open the indexes
by Silvio.Falconi
Sat Jun 01, 2019 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse edit dialog and navigation
Replies: 26
Views: 3956

Re: use DBF file with SQL

hi Marc,
I have my single file ORDINI.DBF with index ORDINI.CDX, I don't want to use Clipper command or function: DbUseArea, DbSetIndex, DbSkip, Dbseek...
I'd like to use for this file a simple SQL command "Select * from ORDINI.DBF WHERE..." and then to use fields.
by damianodec
Thu Apr 18, 2019 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: use DBF file with SQL
Replies: 7
Views: 1169

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

... DBSetDriver([<cDriver>])->cCurrentDriver DBSetFilter(<bCondition>,[<cCondition>])->Nil DBSetIndex(<cIndexName>)->Nil DBSetOrder(<nOrdernum>)->Nil DBSetRelation(<nArea>|<cAlias>,<bExpr>,[<cExpr>])->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: 5710

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

... DBPack DBRecall DBRecordInfo DBReindex DBRelation dbRename DBRLock DBRLockList DBRSelect DBRUnlock DBSeek DBSelectArea DBSetDriver DBSetFilter DBSetIndex DBSetOrder DBSetRelation DBSkip DBSkipper DBSort DBStruct DBTableExt DBTotal DBUnlock DBUnlockAll DBUpdate DBUseArea DBZap Default DefPath ...
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

Using Advantage database server with database folder hidden

... using dbusearea() with UNC path to dbf files but indexes (cdx) will not be opened not with autoopen (as they should by ADS documentation) nor with DBSetIndex() call. Dbsetindex() returns ADS 7041 error (File not found). When I enable access for user to data folder ADS works without problem. Any ...
by Taavi
Fri Aug 11, 2017 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Advantage database server with database folder hidden
Replies: 4
Views: 681

Error em windows server 2008

... 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 => PROG08( 76 ) Called from: SIND32.PRG => HABIL( 1681 ) Called from: SIND32.PRG => (b)ASSOC( 341 ) ...
by Wanderson
Tue Feb 07, 2017 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error em windows server 2008
Replies: 2
Views: 584

Re: ADO RDD xHarbour

OK, here is the line erroring out. TLOCKS->(DBSETINDEX(aLockCtrl[1]+RDDINFO(RDDI_ORDBAGEXT,,aLockCtrl[2]) )) I have done a global search and I can't find any .H or .CH files containing the manifest constant RDDI_ORDBAGEXT. So that seems to be ...
by James Bott
Tue Jun 30, 2015 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446354

Re: Harbour-32.dll

EXPORTS HB_FUN_AADD @1 HB_FUN_ABS @2 HB_FUN_ACCELERATO @3 HB_FUN_ACCELERATOR @4 HB_FUN_ACHOICE @5 HB_FUN_ACLONE @6 HB_FUN_ACOPY @7 HB_FUN_ADEL @8 HB_FUN_ADIR @9 HB_FUN_AEVAL @10 HB_FUN_AFIELDS @11 HB_FUN_AFILL @12 HB_FUN_AINS @13 HB_FUN_ALERT @14 HB_FUN_ALIAS @15 HB_FUN_ALLTRIM @16 HB_FUN_ALTD @17 H...
by pgfdz
Fri May 29, 2015 8:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour-32.dll
Replies: 5
Views: 2359

Re: ADO RDD xHarbour

... 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 fine. The first time I append a record: http://i57.tinypic.com/nyg3uw.jpg ...
by lucasdebeltran
Tue May 19, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446354

Re: xBrowse ERROR

... Local oSALDO,nSALDO:="",nAREA Local nUSRFLT:=IIF(nUFLT<>NIL,.T.,.F.) oXDBF:=APRI_DB(nDBF) (oXDBF)->(DBSetIndex(nDBF)) IF Len(aDB) > 0 IF !Empty( aDB[1][5] ) (oXDBF)->(DBSetOrder( aDB[1][5] )) Endif Endif IF nFIL<>NIL IF !Empty(AllTrim(nFIL)) ...
by vensanto
Thu Mar 13, 2014 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2152

Re: LIBRERIA FIVEPRO 32 BITS

Esro es lo que sale. Enlazando UTILDISC.exe... Warning: Unable to perform incremental link - performing full link... Error: Unresolved external '_hb_vmProcessSymbols' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Error: Unresolved external '_HB_FUN_SETCOLOR' referenced from C:\XEDIT2\OBJ\EJEMPLO.DBJ Err...
by Goliat
Thu Nov 15, 2012 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIBRERIA FIVEPRO 32 BITS
Replies: 18
Views: 4170

error with Harbour and Windows 7

... 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 => Openfiles( 108 ) openfiles.prg: ====================  LOCAL pPath := ".\" [...]  ...
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: Browse no muestra registros

Parece que te falta establecer los indices, porque cerraste y re-abriste la dbf BANCO:

IF SELECT("BANCO")=0
DBUSEAREA(.T.,cVia,UBI+"BANCO","BANCO",.T.)
DBSETINDEX(cIndice1........) ; DBSETINDEX(cIndice2........)
ENDIF

cAlias:=Alias()


BANCO->(ORDSETFOCUS(1))
by FranciscoA
Sat Feb 19, 2011 10:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Browse no muestra registros (SOLUCIONADO)
Replies: 17
Views: 2835
Next

Return to advanced search