pfc_replaceall


pfcapsrv.pbl   >   pfc_w_replace   >   pfc_replaceall   

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

Name Datatype
No Data

Name Datatype
ll_rc long

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

long ll_rc

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

//Call event on requestor to process.
ll_rc = inv_findattrib.ipo_requestor.dynamic event pfc_replaceall(inv_findattrib)
If ll_rc >=0 Then
	of_MessageBox("pfc_replace_finishreplace", this.Title, &
		this.Title+" has finished replacing "+string(ll_rc)+" items.", &
		Information!, Ok!, 1)
end if

end event

     
Name Owner
pfc_w_replace.cb_replaceall.clicked cb_replaceall

     
Name Owner
systemfunctions.string systemfunctions
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