company logo

IndexManager :: SetupFieldList - Setup field list

The function can be called after opening the collection to be indexed. The function checks and opens the fields to be included in the index generation. The function returns an error, when at least one invalid field has been detected.

The function checks the field names passed or set in the field name list. When passing ' ' or '*' as first character for the first field name, the function checks for text fields in the current object type and returns an error to the calling function. Calling SetupFieldList() once more, the fields in the generated field list will be opened. This allows providing text field lists for online applications.

Return value:  Success ( logical  )

Implementation details