Programmieren mit dBASE PLUS: navigateMaster


Allows a linked-detail rowset to affect movement in its master rowset so that master and detail rowsets are navigated as though they were part of a single, combined rowset (similar to the xDML SET SKIP command).

Eigenschaft von Bearbeiten

Rowset

Beschreibung Bearbeiten

When a detail rowset’s next( ) method reaches end-of-set, after having been called explicitly with it’s navigateMaster property set to true, it will move its master rowset to the next row in the master rowset’s current order.

Die navigateMaster Eigenschaft Standartvorgabe ist false.