pfc_findnext


pfcapsrv.pbl   >   pfc_w_replace   >   pfc_findnext   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_findnext;call super::pfc_findnext;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_findnext
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	Populate the find attributes and perform the find next
//						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_findnext(inv_findattrib) = 0 Then
	of_Messagebox("pfc_replace_finishsearch", this.Title, &
		this.Title+" has finished searching.", Information!, Ok!, 1)
end if

end event

     
Name Owner
pfc_w_replace.cb_findnext.clicked cb_findnext

     
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