of_isongoingfind


pfcapsrv.pbl   >   pfc_n_cst_rtefind   >   of_isongoingfind   

Full name pfc_n_cst_rtefind.of_isongoingfind
Access protected
Extend of boolean
Return value boolean
Prototype protected function boolean of_isongoingfind(n_cst_findattrib)

Name Datatype
No Data

Name Datatype
No Data

protected function boolean of_isongoingfind (n_cst_findattrib anv_findattrib);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_IsOnGoingFind
//
//	Access:  		protected
//
//	Arguments:		
//	anv_findattrib	Copy of structure holding all find/replace flags.
//
//	Returns:  		Boolean
//						True - This is an ongoing find.
//						False - This is not an ongoing find.
//
//	Description:  	Determines if the current find operation is a brand new
//						Find or a FindNext operation.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//Check if find/replace criteria was changed on visual object.
If IsValid(anv_findattrib) Then
	if NOT of_CompareAttrib(anv_findattrib) THEN
		Return False
	end if
End If

Return True
end function

     
Name Owner
pfc_n_cst_rtefind.pfc_findnext pfc_n_cst_rtefind
pfc_n_cst_rtefind.pfc_replace pfc_n_cst_rtefind

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_rtefind.of_compareattrib pfc_n_cst_rtefind

     
Full name
No Data

     
Name Scope
No Data