Search found 1491 matches: dbfcdx

Return to advanced search

Re: incremental search on Xbrowse

Mauri

Have a look at the samples AdoRick.prg .... sample uses ado but I think you may be able to modify to use dbfcdx ..

Rick Lipkin
by Rick Lipkin
Mon Mar 25, 2024 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1952

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: 494

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: 494

Re: Error BASE/1089 Argument error: ABS

... {|| ... } Local 1: U Local 2: U Local 3: O Class: TDIALOG Local 4: N 229 Local 5: U Local 6: L .F. MAIN Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ Classes in use: =============== 1 ERROR 2 HASHENTRY 3 HBCLASS 4 HBOBJECT 5 TWINDOW 6 TDIALOG 7 TBRUSH ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 431

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... 11.1 As like my first comment, I have never had any problems turkish character set with tget at any time. Regards, I use FW_SetUnicode(.F.) and dbfcdx. As I said before, when i use FW_SetUnicode(.T.), there is not any problem.
by Horizon
Tue Jan 02, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... == -1 MsgInfo("No se puede conectar con la Sucursal Remota","Reintente más tarde!","Aviso") RDDSETDEFAULT( "DBFCDX" ) RETU .F. else MsgWait('CONECTADO, Aguarde...','AVISO', 1 ) endif TRY /// Dbusearea(.t.,"LETO",cServer+'/wfprodu','ProduNew',.T.,.F.) ...
by mterraz
Thu Dec 28, 2023 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Replies: 3
Views: 365

Error con FW_OpenRecordSet

... 10, 0 }, ; { "Interna " , "c", 1, 0 }, ; { "Finalizada " , "D", 8, 0 } ; } ) clos data */ REQUEST DBFCDX RDDSETDEFAULT( "DBFCDX" ) /* dbcreate( ".\prueba", { { "id" , "n", 8, 0 }, ; { "Cliente " , ...
by jpcavagnaro
Tue Dec 19, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 2
Views: 286

Re: 1st FWH + [x]Harbour 2017 international conference

... TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes ...
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 264876

Re: Xbrowse : oBrw:ToArray (How to do it)

... TMDIFRAME Local 2: U Local 3: U MAIN Local 1: O Class: TBITMAP Local 2: O Class: TICON Local 3: U Linked RDDs =========== DBF DBFFPT DBFBLOB DBFCDX DBFNTX DataBases in use ================ 1: => EMP RddName: DBFNTX ============================== RecNo RecCount BOF EOF 1 1 .F. .F. Indexes ...
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 950

Re: xBrowse - Dates - FWH 2310

... only happen on AMD, but then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it did not occur. However as noted in the thread, there are many ADS installs. On the few cases where I specified ADS Local in the configuration, ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1440

Re: xBrowse - Dates - FWH 2310

... THE PROBLEM. Many of my clients, and some of my test machines, use Advantage Data Base Server. That is the root of this problem. If I go to our DBFCDX RDD, absolutely no problem. If I turn on ADS LOCAL or REMOTE, using the ADS drivers ( all versions ), the problem described in the original post ...
by TimStone
Wed Nov 08, 2023 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1440

Re: Fwh 23.10 TGet another problem

Hi,

I use dbf and dbfcdx.
by Horizon
Tue Nov 07, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Re: DBF . Commit

... ... all my data is written to memory variables when the data needs to be saved I can append the data or edit the data and the last thing I do with dbfcdx is to move the record pointer after I write to the disk with GoTo Recno() ADO is a bit different with SQL .. Recordsets can be added to or edited ...
by Rick Lipkin
Tue Oct 24, 2023 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2314

Re: DBF . Commit

nageswaragunupudi wrote:The option toggles if data of a changed record is immediately commited to disk with the REPLACE command.


This is not true, at least with xHarbour and DBFCDX. The file on disk is not updated till COMMIT.
by Enrico Maria Giordano
Sun Oct 22, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2314

Re: Reason for closing DBF file

cDriVer := "DBFCDX" // PARAMETRO DE LA FUNCION DBUSEAREA(.T.,cDriVer,cPatTab+cNomTab,cAliTab,lShared,lReaOnl) IF ( cDriVer == "DBFCDX" .OR. cDriVer == "ADS" ) .AND. !EMPTY(cPatTab) cNomArc := ALLTRIM(SUBS(cNomTab,1,8))+'.CDX' ...
by russimicro
Sun Sep 24, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1153
Next

Return to advanced search