On 09/11/09 06:40, Mario H. Sabado wrote:
Hi Przemek,

Mario H. Sabado wrote:
Hi Przemek,

I had encountered problem with the latest SVN with DbSeek(). It always
return .F. in my case after reindexing and re-creating index. I'm
using DBFNTX and BCC62 under WinXP SP3.
Thanks for any advise.

Best regards,
Mario

I'm guessing it does not accept partial index key? For example I have an
index key of ACCT_SRC+ACCT_NO and I only specify a valid value for
ACCT_SRC will always return .F. Same case with single index key using
partial valid value returns .F.

Thanks,
Mario
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

If SOFTSEEK is .T. or lsoftseek .T. is passed to dbseek() then the record pointer will land on the record you need. A check of eof()=.F. will indicate whether a partial match was found. Otherwise eof() returns .T.
HTH
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to