PA_UseSet


version 2003


PA_UseSet (setName)

Parameter Type Description
setName char * Name of the set to use

Description

The command PA_UseSet makes the records in setName the current selection for the table where the set belongs.

setName

can be a standard C string null terminated or a Pascal string, depending on previous calls to PA_UsePStrings or PA_UseCStrings .

This is the same as the USE SET command. The current record is restored. If it was deleted, PA_UseSet selects the first record in the set as the current record.

See Also

PA_CreateEmptySet , PA_CreateSet , USE SET .

Current Selections and Records

The records that belong to the set setName become the current selection.