Search found 29 matches: dbcommitall

Return to advanced search

Re: Parpadeo de un SAY

... := left(time(),5) Acciones->Detalle := if(agrega,'Agregó el Material '+alltrim(cdetalle),'Modifico el Material '+alltrim(cDetalle)) dbcommitall() endif Materia->(dbsetorder(queor)) Materia->(DbGoTop()) return NIL *----------------------------------------------------------------------------------------------------------// ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 599

Re: DBF . Commit

... .T. ) Harbour remembers which RDD files where modified with SET( _SET_HARDCOMMIT, .F. ) so when user reenable hard commits and call dbCommitAll() commit requesta are sent for all modified RDD files. best regards, Przemek C.
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2343

DBF: ROLLBACK (built-in feature)

... In real time applications, we need to use some work arounds. We already know the functions: dbCommit() // works on current work area and dbCommitAll() // command COMMIT. From the next version FWH provides two new functions: dbRollBack() and dbRollBackAll() Source code of these functions: ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 350

Re: CheckRes()

SET RESOURCES TO
ResAllFree( )
MEMORY( - 1 )



DbCommitAll()
DbUnLockAll()
DbCloseAll()

FreeResources()
Release All
SysRefresh()
HB_GCALL( .T. )
CLEAR MEMORY


CheckRes()


PostQuitMessage( 0 )
__QUIT()
by russimicro
Mon Mar 09, 2020 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3777

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

... DBClearFilter()->Nil DBClearIndex()->Nil DBClearRelation()->Nil DBCloseAll()->Nil DBCloseArea()->Nil DBCommit()->Nil DBCommitAll()->Nil DBCopyExtStruct(<cDatabaseExt>)->lSuccess DBCopyStruct(<cDatabase>,[<aFieldList>])->Nil DBCreate(<cFile>,<aStruct>,<cRDD>,[<lKeepOpen>],[<cAlias>],[<cDelimArg>],[<cCodePage>],[<nConnection>])->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

... CtoT CurDir CurDrive Date DateTime Day DaysInMonth DaysToMonth DBAppend DBClearFilter DBClearIndex DBClearRelation DBCloseAll DBCloseArea DBCommit DBCommitAll DBCopyExtStruct DBCopyStruct DBCreate DBCreateIndex DBDelete DBDrop DBEdit DBEval DBExists DBF DBFieldInfo DBFileGet DBFilePut DBFilter ...
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

Re: 2155 error hb_cdxindexCheckVersion fivewin/harbour

... no error when i go to recording! I cannot PREVENT the stand-by event, so i cannot dbcommit() before replace()... My English is very poor DBCOMMIT, DBCOMMITALL, is to be performed at the end of the append or replace Or it is when you leave the record unfinished? You can not have this option selected ...
by cnavarro
Mon Jun 29, 2015 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2155 error hb_cdxindexCheckVersion fivewin/harbour
Replies: 16
Views: 3568

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

Antonio, I have found those big errors so far: DbCommitAll() produces an error: http://i62.tinypic.com/a3fbit.png This filter produces a GPF and a hb_out.log: SET FILTER TO alltrim(AUXILIAR->RELACION) == alltrim(cValToChar( cCodigo ...
by lucasdebeltran
Tue May 19, 2015 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446437

Re: ADO RDD xHarbour

Antonio,

What Rdd function DbCommit() and DbCommitAll() are calling ?

I need it to design the transactions.
by AHF
Wed Apr 01, 2015 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446437

Re: Slow RDD experiences

Michel,

driessen wrote:What do you mean? What is the difference betwee commit and dbcommit() ?


COMMIT is equal to DbCommitAll() that commits all the workareas, while DbCommit() only commits the current workarea. It hardly makes any difference.

EMG
by Enrico Maria Giordano
Wed Jun 04, 2014 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow RDD experiences
Replies: 45
Views: 7603

Algún ej. de transacciones en kardex

... la fase 1, actualizo existencias de todo el movimiento en el catalogo y kardex, si no pasa, no afecto nada 3. hago al final un dbunlockall() y dbcommitall() El problema: si un usuario desea realizar otro procesos de salida o entrada con numeros de parte que bienen en la compra mencionada, le ...
by noe aburto
Fri Jul 05, 2013 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algún ej. de transacciones en kardex
Replies: 5
Views: 1527

Problem with Editor of Source

... "Editor " REQUEST DBFNTX //,COMIX REQUEST dbSelectArea, dbUseArea, dbCloseArea, dbSetIndex, dbAppend, __dbPack,; __dbZap, dbunlock, dbunlockall, dbcommitAll, dbGoto, dbGotop, dbGoBottom,; dbSkip, dbSeek, __dbContinue, __dbLocate, dbClearFilter,; dbSetFilter, dbDelete, dbRecall, __dbCreate, __dbCopyXStruct, ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Editor of Source
Replies: 1
Views: 1526

Editor de Codigo con syntaxis coloreada interperte y texto i

... "Editor " REQUEST DBFNTX //,COMIX REQUEST dbSelectArea, dbUseArea, dbCloseArea, dbSetIndex, dbAppend, __dbPack,; __dbZap, dbunlock, dbunlockall, dbcommitAll, dbGoto, dbGotop, dbGoBottom,; dbSkip, dbSeek, __dbContinue, __dbLocate, dbClearFilter,; dbSetFilter, dbDelete, dbRecall, __dbCreate, __dbCopyXStruct, ...
by Vladimir Zorrilla
Wed Jun 18, 2008 10:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editor de Codigo con syntaxis coloreada interperte y texto i
Replies: 1
Views: 2160

PROBLEMA CON HEADERS NO LOS PUEDO MOSTRAR EN UN DLG

... Return Nil //**************************************************** Static Function Finaliza() If MsgNoYes(" Salir del Sistema ?","Modulo CXC") DBCOMMITALL() ; DBUNLOCKALL() ; DBCLOSEALL() SET RESOURCES TO Return .T. End Return .F. //***************************************** Static Function ...
by Ruben
Thu Feb 21, 2008 4:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON HEADERS NO LOS PUEDO MOSTRAR EN UN DLG
Replies: 4
Views: 996
Next

Return to advanced search