PA_AddField

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

version 2003


PA_AddField (tableRef; fieldName; fieldKind; alphaLength)

ParameterTypeDescription
tableRefPA_TableRefreference to the Table to create
fieldNamechar*name of the field
fieldKindPA_FieldKindfield kind
alphaLengthshortlength of the alpha field

Description

The PA_AddField command adds a field to the specified table reference.

Examples

See PA_CreateTableRef for a complete example.

See Also

PA_CreateTable, PA_CreateTableRef.

Error Handling

eER_TooManyFields, eER_InvalidCreateTableRef


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