pfc_replace


pfcapsrv.pbl   >   pfc_w_replace   >   pfc_replace   

Full name pfc_w_replace.pfc_replace
Access public
Extend of
Return value
Prototype event pfc_replace()

Name Datatype
No Data

Name Datatype
No Data

event pfc_replace;call super::pfc_replace;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_replace
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	Populate the find attributes and perform the replace
//						processing.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//Populate the find attributes.
this.Event pfc_default ()

//Call event on requestor to process.
If inv_findattrib.ipo_requestor.dynamic event pfc_replace(inv_findattrib) = 0 Then
	of_Messagebox("pfc_replace_finishreplacesearch", this.Title, &
		this.Title+" has finished searching.", Information!, Ok!, 1)
end if

end event

     
Name Owner
pfc_w_replace.cb_replace.clicked cb_replace

     
Name Owner
pfc_w_master.of_messagebox pfc_w_master
pfc_w_replace.pfc_default pfc_w_replace

     
Full name
pfc_w_replace

     
Name Scope
No Data