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. Probably you are asking about: dbRecordInfo( DBRI_LOCKED, nRecNo ) > Also please tell me how it is routed via USRRDD. As I said hb_dbfIsLocked() is internal DBF RDD function. But if you want to add support for: dbRecordInfo( DBRI_LOCKED, nRecNo ) to your RDD based on USRRDD library then you have to overload RECINFO() method and add action for DBRI_LOCKED index. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
