pfc_default


pfcapsrv.pbl   >   pfc_w_replace   >   pfc_default   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_default;call w_popup::pfc_default;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_default
//
//	Arguments: 		None
//	
//	Returns:  		None
//
//	Description:   Gather all the inforamtion entered by the user.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//Set text to search for.
inv_findattrib.is_find = sle_findwhat.text

//Set searchwhere index (this index is the array number the user selected).
inv_findattrib.ii_lookindex = ddlb_findwhere.finditem(ddlb_findwhere.text,1)

//Set text which replaces the searched text.
inv_findattrib.is_replacewith = sle_replace.text

//Set the direction flag.
inv_findattrib.is_direction = ddlb_searchdirection.text

//Set wholeword flag
inv_findattrib.ib_wholeword = cbx_wholeword.checked

//St match case flag
inv_findattrib.ib_matchcase = cbx_matchcase.checked


end event

     
Name Owner
pfc_w_replace.pfc_findnext pfc_w_replace
pfc_w_replace.pfc_replace pfc_w_replace
pfc_w_replace.pfc_replaceall pfc_w_replace

     
Name Owner
dropdownlistbox.finditem dropdownlistbox

     
Full name
pfc_w_replace

     
Name Scope
No Data