PA_AddToSet

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_AddToSet (tableNum; setName)

ParameterTypeDescription
tableNumshortTable number
setNamechar *Name of the set to use

Description

The command PA_AddToSet adds the current record to table number tableNum to the set setName. The set must already exist; if it does not, an error occurs.

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 ADD TO SET command.

See Also

ADD TO SET, PA_CreateEmptySet, PA_CreateSet.

Error Handling

PA_GetLastError can be called to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next