Search found 22 matches: dbrlocklist

Return to advanced search

New FTDN December/Diciembre 2017 (FWH 17.12)

... )->( <function>( <params> ) ). Now, any such function can be called as a method. Examples: Instead of (oDbf:cAlias)->(DBRLOCKLIST()) (oDbf:cAlias)->(OrdKeyVal()) (oDbf:cAlias)->(FW_DbfToExcel(<params>)) We can now write: oDbf:DbrLockList() oDbf:OrdKeyVal() ...
by Antonio Linares
Tue Dec 26, 2017 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2017 (FWH 17.12)
Replies: 0
Views: 2128

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 ...
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: 5724

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

... DBFilter DBFSize DBGoBottom 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 ...
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: 5724

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: ADO RDD xHarbour

Antonio, Ill do that maybe today after finish all locking, seeks and finds. Dbrlocklist() and Dbinfo() are working :D . Ive checked the paramaters in hbusrdd.c hb_usrInfo( AREAP pArea, HB_USHORT uiInfoType, PHB_ITEM pInfo ) Can I assume that when we have ...
by AHF
Tue Mar 24, 2015 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

I never looked at .ch.
I understand now how it works.

Ive define UR_INFO and now I get the call from dbrlocklist do get the array.

We re back again
by AHF
Tue Mar 24, 2015 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

I dont have any c expert and even so it would be dificult to understand it without proper documentation.

In order to proceed I need the following functions working:


OrdFor()
FieldSize() or FieldLen()
FieldDec()
DbrlockList()

I'm in a dead end ! What do you propose?
by AHF
Mon Mar 23, 2015 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

It seems that in usrrdd.c are missing some functions like FieldSize FieldLen Dbrlocklist.

Shouldnt these also be there?
by AHF
Mon Mar 23, 2015 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

I dont understand it.
As I said before I dont know nothing about rdd specs and the way of working.

I define #define WA_LOCKLIST 22

Cant we do with dbrlocklist something like

aADOFunc[ UR_LOCK ] := (@ADO_LOCK())

Then I would have acess to my locklist array.
by AHF
Mon Mar 23, 2015 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio, Dbrlocklist is a area/table related information and not index. I think drblocklist is calling dbinfo with the corresponding #define. When we open a recorset we load to UR_SUPER_OPEN( nWA, aOpenInfo ) all openinfo. Can ...
by AHF
Sun Mar 22, 2015 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

I did that already.
Dbrlocklist doesnt call ado_ordinfo.
by AHF
Sun Mar 22, 2015 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

Please place a MsgInfo() in function ADO_ORDINFO() and check if it is shown when you call to Dbrlocklist()
by Antonio Linares
Sun Mar 22, 2015 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

Ok got it!

How can I have DBRLOCKLIST() to work?
by AHF
Sat Mar 21, 2015 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

Antonio,

I needed an VAR to save the controling index.
All indexes are "virtual" they really dont exist as files in ADORDD.
The indexes are SELECTs
Its solved. :D

Now I need to know RDD function to DBRLOCKLIST()

What is aLockInfo[ UR_LI_METHOD ] := DBLM_MULTIPLE ?
by AHF
Sat Mar 21, 2015 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542

Re: ADO RDD xHarbour

... we must alter structure of the table and add RECNO field AUTO INC. 4) LOCKS – we need to save all record locked like any other rdd to be used by dbrlocklist() that are either Bookmarks or column RECNO. In our case this is very important because in our transactions we lock and append all needed ...
by AHF
Wed Mar 18, 2015 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447542
Next

Return to advanced search