Search found 32 matches: reclock

Return to advanced search

For Mr Rao and Mr Antonio

... : an item price is 10.00 eur and the discount is 50+20+10 the total price is 3.60 3. I saw there's no the DelRecord function 4 why you not use reclock and unlock when you edit or add a record ? 4 when I iconize a window and I want to reopen it the window remains in fodo even if there is the ...
by Silvio.Falconi
Mon Dec 10, 2018 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr Rao and Mr Antonio
Replies: 0
Views: 546

TDatabase FWH 17.08 : Datas and Methods

... name or at the position specified 47. IndexOrder( cTag, cFile ) Serial number of index tag 48. IsFileLocked() If dbf is locked with FLOCK() 49. IsRecLocked( [nRecNo := recno()] ) --> lLocked Returns .t. if the record or file is locked already. 50. KeyCount() Returns OrdKeyCount(). Note: The ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1783

Instrucción Similar a SQLEXEC de VFP - Off Topic

... pueden manejarse como Cursores propiamente dichos y también como tablas DBF a las cuales incluso se pueden crear índices, hacer búsquedas, append, reclock, etc. Aquí pongo una porción del código empleado para ver si con FW se puede hacer o tratar de encontrar algo similar. - En cuanto a TEXT TO ...
by LuchoMontero
Sat Aug 20, 2016 12:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instrucción Similar a SQLEXEC de VFP - Off Topic
Replies: 1
Views: 540

Re: MYSQL CREATE VIEW

... but the moment any field is modified the lock is applied till execution of Update or moving the record. So probably in our implementation, when reclock() is called, we can lock the record by assigning the same value to an updatable field. ( eg. oRs:Fields( n ):Value := oRs:Fields( n ):Value ...
by AHF
Wed Apr 29, 2015 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MYSQL CREATE VIEW
Replies: 14
Views: 1935

Re: MYSQL CREATE VIEW

... but the moment any field is modified the lock is applied till execution of Update or moving the record. So probably in our implementation, when reclock() is called, we can lock the record by assigning the same value to an updatable field. ( eg. oRs:Fields( n ):Value := oRs:Fields( n ):Value ...
by nageswaragunupudi
Tue Apr 28, 2015 2:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MYSQL CREATE VIEW
Replies: 14
Views: 1935

Re: TDbf PRO disponible...

... Str() li he afegit Str(...,5 ,0) doncs en Harbour pren els decimals de SET DECIMALS. < 01/06/2006 > 05/12/2007 C.Gelabert. - 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 ...
by FiveWiDi
Sun Sep 07, 2014 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDbf PRO disponible...
Replies: 69
Views: 17208

Re: Call Center - Slow Application Launch

... at forming Folder! In the first version (PgSQL) I used (xHarbour) and accessing the tables on Xbase way. As dbf-bases (So-open, seek, append, reclock, ....) And then that happened, just what you are suggesting. Very slow and unstable. In the second version (MySQL) using xHarbour exclusively ...
by metro
Sat Jun 21, 2014 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4451

Re: Record Lock problem

... We didn't have this in Clipper. James Hi James I understand but in my case I dont read the record before a oArqUlt:GoTop() While ! oArqUlt:RecLock() MsgBeep() MsgStop("Registro bloqueado, tente novamente","Informação") Loop Enddo In this case if I locked the record first ...
by Wanderson
Thu Aug 08, 2013 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3809

Record Lock problem

... I use this to control a field name CODIGO, but in lan enviroment I have problem with records with the same CODIGO oArqUlt:GoTop() While ! oArqUlt:RecLock() MsgBeep() MsgStop("Registro bloqueado, tente novamente","Informação") Loop Enddo ... oArqUlt:Load() oArqCto:CONHEC := ...
by Wanderson
Wed Aug 07, 2013 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Record Lock problem
Replies: 14
Views: 3809

Re: Clase TDb o TDatabase....cual usar?

... ( ::nArea )->( DbPack() ) METHOD ReCall() INLINE ( ::nArea )->( DBRecall() ) METHOD RecCount() INLINE ( ::nArea )->( RecCount() ) METHOD RecLock() INLINE ( ::nArea )->( RLock() ) METHOD RecNo() INLINE ( ::nArea )->( RecNo() ) METHOD Save() METHOD SetBuffer( lOnOff ) METHOD SetBookMark() ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2796

Re: Tscan and XHarbour

... oTwain := TScan32():New( cFileName ) oTwain:SetRes( 100 ) // 100 Dpi oTwain:SetHide( .t. ) // Show UI oTwain:DigiToFile() oTwain:End() ArRcv->(RecLock()) ArRcv->Doc_Name := cFile ArRcv->(DbCommit()) ArRcv->(DbUnlock()) oBrowse:Refresh() CursorArrow() SysRefresh() Endif Return nil
by byron.hopp
Thu Jun 28, 2012 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tscan and XHarbour
Replies: 7
Views: 3340

Re: Unrecoverable error 1010

... i discover Unrecoverable error 9201: hb_cdxPageKeyLeafBalance: index corrupted. do you have other examples on file creation, append blank, reclock, unlock other than program as on your clients.zip, maybe i am missing something important on FWPPC .. Actually, i am stuck for more than 3 solid ...
by cllow208
Tue May 22, 2012 8:17 am
 
Forum: FiveWin for Pocket PC
Topic: Unrecoverable error 1010
Replies: 5
Views: 2867

Unrecoverable error 1010

... ) SET DELETED ON SET DATE TO BRITISH SET EXACT ON SET SOFTSEEK ON SET CENTURY ON SET EPOCH TO 2000 . . .//PVDATA3 select xc if addrec(3) .and. reclock(3) for i:=1 to 11 xc->(fieldput(i,CL3->(fieldget(i)))) next xc->(fieldput(12,date())) xc->(fieldput(13,time())) replace xc->pda ...
by cllow208
Mon May 21, 2012 8:28 am
 
Forum: FiveWin for Pocket PC
Topic: Unrecoverable error 1010
Replies: 5
Views: 2867

Re: Programación en Red Local

... tiempo al "intento" de bloqueo: siempre pongo 0: se debe bloquear si o si. Creo que tu problema sea otro y no tenga qaue ver con el reclock(): algun seek con el order erroneo o algo asi. Saludos
by hmpaquito
Sat Jan 14, 2012 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Programación en Red Local
Replies: 10
Views: 3295

Re: TnewsServer anywhere?

Daniel; I added tNewssrv.obj as well as tnewsinst.obj to fivehx.lib in order to build testnews.prg. But now I get a whole lot of unresolved externals: _HB_FUNC_DATEGMT _HB_FUNC_RECLOCK _HB_FUN_RECUNLOCK _HB_FUN_V_MEMOGET _HB_FUN_V_FILE2VLF _HB_FUN_V_REPLACE _HB_FUN_V_MEMOPUT _HB_FUN_V_VLF2FILE _HB_F...
by reinaldocrespo
Sun Oct 17, 2010 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TnewsServer anywhere?
Replies: 6
Views: 855
Next

Return to advanced search