D_SETRM
SUMMARY
d_setrm(SET [,dbn])
int SET;
int dbn;
ARGUMENTS
SET The set type whose current member will be assigned as current
record.
dbn (optional) The number of the database containing the record.
DESCRIPTION
This function assigns the current record from the current member of SET.
CURRENCY CHANGES
curr_rec = curr_mem[SET]
RETURN CODES
-2 S_INVSET Invalid set type. Probably passed a record or
field type instead of set type.
-9 S_NOCM The current member is null.
EXAMPLE
d_setrm(HAS_PUBLISHED);
pr_currrec(); /* print info record */