PA_FirstRecord

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

version 2003


PA_FirstRecord (tableNum)

ParameterTypeDescription
tableNumshortTable number

Description

The command PA_FirstRecord moves the current record pointer to the first record of the selection for the Table number tableNum. If the current selection is empty, PA_FirstRecord has no effect.

Before calling PA_FirstRecord the4D plug-in should indicate if the many-to-one and one-to-many relations should be activated by using PA_UseAutomaticRelations.

WARNING

This routine does not use virtual structure

Example

See PA_NextRecord for an example.

See Also

PA_NextRecord, PA_PreviousRecord, PA_UseAutomaticRelations.

Error Handling

Use PA_GetLastError to see if an error occurred

Current Selections and Records

The current record is changed to the first of the selection.


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