pfc_default


pfcdwsrv.pbl   >   pfc_w_filterextended   >   pfc_default   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_default;call super::pfc_default;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_default
//
//	Description:
//	Construct the new filter string
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Verify that filter is valid
if this.event pfc_verify() = -1 then
	of_MessageBox ("pfc_filterextended_modifyfilter", "Filter", &
		"Filter is not valid.  Please modify the filter using the available " + &
		"functions, columns, operators, and values.  The Verify button may be "+&
		"used to determine if the filter is valid.", &
		Information!, OK!, 1)
	return
end if

// Set the return code to mean succesful operation
inv_return.ii_rc = 1

// Set the new filter string
inv_return.is_rs = mle_filter.text

// Close the window.
CloseWithReturn (this, inv_return)

end event

     
Name Owner
pfc_w_filterextended.cb_ok.clicked cb_ok

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_master.of_messagebox pfc_w_master
pfc_w_filterextended.pfc_verify pfc_w_filterextended
pfc_w_response.pfc_default pfc_w_response

     
Full name
pfc_w_filterextended

     
Name Scope
No Data