Re: [Harbour] static BOOL hb_dbfIsLocked( DBFAREAP pArea, ULONG ulRecNo )

2008-11-05 Thread Pritpal Bedi
Thanks Przemek >dbRecordInfo( DBRI_LOCKED, nRecNo ) is what I was looking for. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/static-BOOL-hb_dbfIsLocked%28-DBFAREAP-pArea%2C-ULONG-ulRecNo-%29-tp2034p20353189.html Sent from the Harbour - Dev mailing list

Re: [Harbour] static BOOL hb_dbfIsLocked( DBFAREAP pArea, ULONG ulRecNo )

2008-11-05 Thread Przemyslaw Czerpak
On Wed, 05 Nov 2008, Pritpal Bedi wrote: > Hello Przemek > dbf1.c > static BOOL hb_dbfIsLocked( DBFAREAP pArea, ULONG ulRecNo ) > Can you guide me with which call this method is implemented? It's internal DBF RDD function used for few different things. > IsLocked( nRecNo ) or something else. Pr

[Harbour] static BOOL hb_dbfIsLocked( DBFAREAP pArea, ULONG ulRecNo )

2008-11-05 Thread Pritpal Bedi
Hello Przemek dbf1.c static BOOL hb_dbfIsLocked( DBFAREAP pArea, ULONG ulRecNo ) Can you guide me with which call this method is implemented? IsLocked( nRecNo ) or something else. Also please tell me how it is routed via USRRDD. Regards Pritpal Bedi -- View this message in context: http