|     | 
			 $Recordset  | 
			 A DataBinding object.  | 
			    | 
		
		
			|     | 
			 $find_fields  | 
			 A list of fields an user is able to filter.  | 
			 Default value is FIND_FIELDS.  | 
		
		
			|     | 
			 $Display  | 
			 A DisplayBinding object.  | 
			    | 
		
		
			|     | 
			 $DescrOnRight  | 
			 Value of the MenuDescrOnRight parameter from the frame.html.  | 
			 Undefined.  | 
		
		
			 FIND  | 
			    | 
			 The method displays a find-bar for filtering the records. The method can position the find-bar on the left or on the right side of the web page. It uses the GENERIC_FIND method and the  FIND_FIELDS, FIND_FIELDS_DESCR settings to display the find-bar.  | 
			    | 
		
		
			 FIND_FIELD_WIDTH  | 
			    | 
			    | 
			    | 
		
		
			 FIND_MENU  | 
			    | 
			 The method displays a find-bar for filtering the records. The method positions the find-bar on the top or on the bottom of the web page. It uses the GENERIC_FIND method and the  FIND_MENU_PRE, FIND_FIELDS, FIND_FIELDS_DESCR, FIND_MENU_POST settings to display the find-bar.  | 
			    | 
		
		
			 GENERIC_FIND  | 
			    | 
			 The method displays one input field with find options. The FIND or FIND_MENU use it to construct the find-bar. The find field width can be configured with the FIND_FIELD_WIDTH method. It's possible to customize the GENERIC_FIND behavior for individual find-fields using the <field_name>_FIND_WIDGET methods.  | 
			    | 
		
		
			 FIND_MENU_PRE  | 
			    | 
			 It is called from FIND_MENU method just before the FIND_MENU form. Example usage: <%method FIND_MENU_PRE><br><br><br></%method>  | 
			    | 
		
		
			 FIND_MENU_POST  | 
			    | 
			 It is called from FIND_MENU method just after the FIND_MENU form.  | 
			    | 
		
		
			 _FIND_FIELD  | 
			    | 
			 Defines an input widget to be used for specific find-field. Is used by the Find_Component() subroutine.  | 
			 Does not exist by default.  | 
		
		
			 _FIND_ALIAS  | 
			    | 
			 Defines an input widget to be used for specific find-field. Is used by the Find_Component() subroutine.  | 
			 Does not exist by default.  |