Component
Find Component
7 language-reference entries were extracted for this component.
- Fnd_Find_AddCustom The Fnd_Find_AddCustom routine lets the developer add a custom field to the search dialog. If the user selects the custom field label from the pop-up menu, Foundation will not...
- Fnd_Find_AddSeparator The Fnd_Find_AddSeparator routine adds a separator line at position to the list of searchable fields to the Find dialog.
- Fnd_Find_AddSubfield The Fnd_Find_AddSubfield routine lets the developer add a subfield to the Find dialog. The field type must be specified because we cannot procedurally determine its type like...
- Fnd_Find_AddTable The Fnd_Find_AddTable routine loads the visible, searchable fields for the specified table into the field pop-up menu. Fnd_Find_AddTable (->[Contacts])
- Fnd_Find_Display The Fnd_Find_Display routine displays the Find dialog. If the user clicks OK, the component performs the query and the current selection is modified.
- Fnd_Find_Info The Fnd_Find_Info method will respond to these requests: Request Response Example name The component’s...
- Fnd_Find_SetEditorButton The Fnd_Find_SetEditorButton routine allows the developer to hide or modify the Query Editor button in the Find dialog. Pass an empty string to label to hide the button....