constructor


pfcdwsrv.pbl   >   pfc_w_filtersimple   >   dw_filter   >   constructor   

Full name pfc_w_filtersimple.dw_filter.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Constructor!
//
//	Description:  Show the hand indicator on the current row.
//						Start the DropdownSearch service.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

//Show the hand indicator on the current row.
this.SetRowFocusIndicator (Hand! )

//Start the DropdownSearch service.
of_SetDropdownSearch(True)

//Set all the DropDown columns to have Type Ahead features.
inv_dropdownsearch.of_AddColumn()
end event

     
Name Owner
No Data

     
Name Owner
datawindow.setrowfocusindicator datawindow
pfc_n_cst_dwsrv_dropdownsearch.of_addcolumn pfc_n_cst_dwsrv_dropdownsearch
pfc_u_dw.of_SetDropDownSearch pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data