editchanged


pfcdwsrv.pbl   >   pfc_w_filtersimple   >   dw_filter   >   editchanged   

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

Name Datatype
No Data

Name Datatype
No Data

event editchanged;call u_dw::editchanged;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  editchanged
//
//	(Arguments: None )
//
//	(Returns:   None )
//
//	Description:  Provide Type Ahead capabilities.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

If IsValid(inv_dropdownsearch) Then
	inv_dropdownsearch.event pfc_editchanged(row, dwo, data)
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
datawindow.editchanged datawindow
pfc_n_cst_dwsrv_dropdownsearch.pfc_editchanged pfc_n_cst_dwsrv_dropdownsearch

     
Full name
No Data

     
Name Scope
No Data