please post self contained example of bug.
Abeb escribió:
as I understand this RDD should work as follows.

mAry := { 10,20,40}
BM_DBSETFILTERARRAY( MARY  )
go top // record 10  <<-------error here
skip     //record 20
go bottom //record 40

browse() //see just these 3 records


I supose you use

SET OPTIMIZE ON
mAry := { 10,20,40}

DbSetFilter( {|| .F. } )

BM_DBSETFILTERARRAY( mAry )
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to