Hi,

Two quick fixes to the libraries:

Batch.getStarts, after first line (array longint), insert this:

    if ($self{"row_count"} = 0)
        return
    end if

This fixes an issue where an empty Batch returns true when calling makeFuseboxLinks().

RowSet._loadCachedSelectionByRow, line 1350 of the file, insert this:

    $self{"_index"} := 1

This fixes an issue where cached selections would have an empty first row and the rest of the rows were off by one.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to