Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the specified record in the data source and makes it the current record.
Syntax
public boolean findRecord(Common record)
Run On
Client
Parameters
- record
Type: Common Table
The record to find.
Return Value
Type: boolean
true if the record was found; otherwise, false.
Remarks
This method is activated when the FormDataSource.findValue method is called.
The findRecord method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking findRecord.