Search found 22 matches: dbrunlock

Return to advanced search

Re: DBF . Commit

... RETURN   Does not work for me. Can I see your output? Anyway, you mixed the R lock flavor and the normal lock flavor. With DBRLOCK() you must use DBRUNLOCK(). And furthermore, APPEND BLANK operation locks the newly appended record so there is no need of another lock.
by Enrico Maria Giordano
Sun Oct 22, 2023 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

Re: DBF . Commit

... ) ) ;      SIZE 200,30 PIXEL OF oDlg UPDATE   @ 140, 20 BUTTON "Unlock" SIZE 140,30 PIXEL OF oDlg ;      ACTION ( DBRUNLOCK(), oDlg:Update(), oGet:SetFocus() )   @ 140,280 BUTTON "Close" SIZE 100,30 PIXEL OF oDlg ;      ACTION ...
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

Re: DBF . Commit

... updates in databases but requires an explicit COMMIT command to indicate that data must be written to the database.   Simple DBUNLOCK()/DBRUNLOCK() is enough.
by nageswaragunupudi
Sun Oct 22, 2023 2:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2433

Re: XBrowse: currently selected column position

... := {|o, v, n| iif( (n != VK_ESCAPE .AND. oBrw:nColSel >2), (dbselectarea("EQUIP"),DBRLOCK(), FieldPut( o:nCreationOrder-1, v ), DBRUNLOCK() ), ) } oCol:bLClickHeader := {|r,c,f,o| (DEXO(o:nCreationOrder),oBrw:refresh()) } NEXT
by Jack
Fri Oct 16, 2020 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: currently selected column position
Replies: 12
Views: 1304

Re: urgent bugs lastest FWH and SQLRDD

Does SQLRDD support
DBRLOCK( [nRec] ) and
DBRUNLOCK( [nRec] ) ?
by nageswaragunupudi
Sat Jan 04, 2020 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urgent bugs lastest FWH and SQLRDD
Replies: 12
Views: 3022

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

... DBRLock([<xRecno>])->lSuccess DBRLockList()->aLockedRecords DBRSelect(<nRelation>)->nWorkArea DBRUnlock([<xRecno>])->Nil DBSeek(<expKey>,[<lSoftSeek>])->lFound DBSelectArea(<nArea>|<cAlias>)->Nil DBSetDriver([<cDriver>])->cCurrentDriver ...
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: 5726

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

... DBGoTo DBGoTop DBInfo DBJoin DBList DBOrderInfo DBPack DBRecall DBRecordInfo DBReindex DBRelation dbRename DBRLock DBRLockList DBRSelect DBRUnlock DBSeek DBSelectArea DBSetDriver DBSetFilter DBSetIndex DBSetOrder DBSetRelation DBSkip DBSkipper DBSort DBStruct DBTableExt DBTotal DBUnlock ...
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: 5726

XML Read Problems

... .AND. (!EMPTY(ctnrtrx->notify)) .AND. (!EMPTY(ctnrtrx->outgate)) DO WHILE (.T.) IF ctnrtrx->( dbrlock() ) ctnrtrx->( dbrunlock() ) EXIT ENDIF ENDDO ENDIF SELECT edi315 APPEND BLANK edi315->isa := 'HEREGPS' edi315->ctnr := ALLTRIM( cAssetid ) edi315->reqno ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1058

Re: Insertar registro dentro xBrowse...

... block of the TBrowse object. It provides for standard skip behaviour when browsing data in a work area. de la ayuda de xHarbour Description The DbRUnlock() function releases a record lock for an individual record specified with <xRecno>. If no record identifier is passed to the function, ...
by ACC69
Thu Apr 07, 2016 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registro dentro xBrowse...
Replies: 16
Views: 6212

Re: Insertar registro dentro xBrowse...

... block of the TBrowse object. It provides for standard skip behaviour when browsing data in a work area. de la ayuda de xHarbour Description The DbRUnlock() function releases a record lock for an individual record specified with <xRecno>. If no record identifier is passed to the function, ...
by RSalazarU
Sat Mar 05, 2016 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registro dentro xBrowse...
Replies: 16
Views: 6212

Re: Insertar registro dentro xBrowse...

...  If InsDownRecord(lRelease,.F.)      //if NetRecLock(, RECNO() )         ArrayToFields(aRecord)     if lUnlock            DBRUnLock( RECNO() )         endif      //else         //MsgInfo( "El registro esta en uso, intente nuevamente", "InsDupRecord(..)" ...
by ACC69
Fri Mar 04, 2016 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registro dentro xBrowse...
Replies: 16
Views: 6212

Re: Insertar registro dentro xBrowse...

...  If InsDownRecord(lRelease,.F.)      //if NetRecLock(, RECNO() )         ArrayToFields(aRecord)     if lUnlock            DBRUnLock( RECNO() )         endif      //else         //MsgInfo( "El registro esta en uso, intente nuevamente", "InsDupRecord(..)" ...
by ACC69
Thu Mar 03, 2016 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar registro dentro xBrowse...
Replies: 16
Views: 6212

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

Re: TDbf PRO disponible...

... - A los METODOS RecLock() y UnLock() se les ha añadido el número de registro a bloquear/desbloquear cambiando RLock() x DBRLock() y DBUnlock() x DBRUnLock(). De esta manera se persigue que se pueda realizar el bloqueo de varios registros a voluntad, evitando que al momento de ser grabados se ...
by FiveWiDi
Sun Sep 07, 2014 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDbf PRO disponible...
Replies: 69
Views: 17297

Re: Programación en RED

... pulse Enter para reintentar") end while ...sustituyo los valores del campo por los de las variables Archivo->(dbCommit()) Archivo->(dbRUnLock()) oBrw:refresh() end if Borrado: if lConforme while ! Archivo->(dbRLock()) MsgInfo("Registro bloqueado por otro usuario, pulse Enter ...
by fernandomoralesdr
Thu Nov 18, 2010 8:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programación en RED
Replies: 6
Views: 944
Next

Return to advanced search