dadRewind

Moves to the first row in the servers keytable and loads the corresponding record as the new record for that client.

dadRewind can also act on read-only Dad-Files where it places the file before the first record - the next dadRead call will then load the first record.

See also: dadAcceptSelect.


f77:  Call dadRewind( Id, err ) 
      integer Id, err
  or
C:    int dadRewind( int Id, int *err );      

This page is maintained by Wolfgang Wander