|
|
Syntax
int reportGetBspField(char *s);Syntax description
| s | pointer to the buffer to receive the field name. This buffer should be at least MAX_FIELD_NAME + 1 characters in length. If no field has been specified, then s will set to an empty string |
| sFieldName | null-terminated string specifying the field name. |