pfc_finddlg


pfcapsrv.pbl   >   pfc_n_cst_rtefind   >   pfc_finddlg   

Full name pfc_n_cst_rtefind.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:	Called to begin a search based on settings of the
//						inv_findattrib with the find dialog. 
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
// 5.0.02 Close existing Dialog window prior to displaying the new Dlg window.
// 5.0.02 Open the extension find window instead of the base find window.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//Close existing Dialog window prior to displaying the new Dlg window.
If IsValid(w_replace) Then Close(w_replace)
If IsValid(w_find) Then Close(w_find)

//Set this object as the requestor.
inv_findattrib.ipo_requestor = this

//Disable look in.
inv_findattrib.ib_lookenabled = false
inv_findattrib.ib_lookvisible = false

OpenWithParm (w_find, inv_findattrib)
return


end event

     
Name Owner
pfc_u_rte.pfc_finddlg pfc_u_rte

     
Name Owner
systemfunctions.close systemfunctions
systemfunctions.isvalid systemfunctions
systemfunctions.openwithparm systemfunctions

     
Full name
w_replace
w_find

     
Name Scope
No Data