pfc_finddlg


pfcmain.pbl   >   pfc_u_rte   >   pfc_finddlg   

Full name pfc_u_rte.pfc_finddlg
Access public
Extend of
Return value
Prototype event pfc_finddlg()

Name Datatype
No Data

Name Datatype
No Data

event pfc_finddlg;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  		pfc_finddlg
//
//	Arguments:  none
//
//	Returns:  	none
//
//	Description:  Invokes the Find dialog window.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Call for the Find Dialog.
If IsValid (inv_find) Then
	inv_find.Event pfc_finddlg()
end if
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_rtefind.pfc_finddlg pfc_n_cst_rtefind

     
Full name
No Data

     
Name Scope
No Data