PA_SetIntegerField


version 2003


PA_SetIntegerField (tNum; fNum; value)

Parameter Type Description
tNum short Table number of the field to access
fNum short Field number of the field to access
value short New 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 ).