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.
Performs a lookup for a specified field.
Syntax
public void fieldLookup(
FieldId _fieldId,
FormControl _formControl,
str _filterStr)
Run On
Called
Parameters
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field to look up.
- _formControl
Type: FormControl Class
A form control object reference for the focus control that will receive the result of the lookup.
- _filterStr
Type: str
A filter String that is passed to the lookup class.
Remarks
The base implementation of this method calls the same method on all PmfFormCtrl objects that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form must only call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with this object.