Purpose
Sets the field ID in the container schema to be used when providing patterns for FindFirst for a file on the FirstClass server.
If this method doesn't set another field ID, the object name is used.
Syntax
ServerFile.SearchField (FieldID)
FieldID |
The ID of the field to use as a FindFirst pattern. |
Example
Dim sf as ServerFile
sf.SearchField (2345)
|