PA_SetIntegerField

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

version 2003


PA_SetIntegerField (tNum; fNum; value)

ParameterTypeDescription
tNumshortTable number of the field to access
fNumshortField number of the field to access
valueshortNew value for the field

Description

The routine PA_SetIntegerField sets the value of the integer field number fNum of the current record of table number tNum to value.

If the field is not an integer field, the routine does nothing and sets an error in PA_GetLastError().

See Also

PA_GetIntegerField.

Error Handling

Use PA_GetLastError to see if an error occurred (eER_InvalidFileNumber, eER_InvalidFieldNumber).


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