2008-12-04 11:09 UTC+0100 Miguel Angel Marchuet <[EMAIL PROTECTED]>
  * contrib/hbbmcdx/bmdbfcdx.c
  * contrib/hbbmcdx/hbbmcdx.h
    ! fixed partially BM_DbSetFilterArray, and added new features to rdd synced
      with dbfcdx.

can you test now

PROCEDURE main()
   REQUEST BMDBFCDX
   RddSetDefault( "BMDBFCDX" )

   DbCreate( "items", {{"F", "C", 10, 0}},, .T. )
   WHILE LastRec() < 55
      DbAppend()
      REPLACE FIELD->F with "rec:" + Str( RecNo(), 3 )
   ENDDO
   SET OPTIMIZE ON
   BM_DbSetFilterArray( {10,20,30} )
   GO TOP // <- error
   Browse()
RETURN


but by the moment is not completilly correct, i can't found why is visible 
lastrecord.

Best regards,
Miguel Angel marchuet
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to