pfc_default


pfcdwsrv.pbl   >   pfc_w_sortsingle   >   pfc_default   

Full name pfc_w_sortsingle.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
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	Construct the new sort string and close this dialog
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 the return code to mean succesful operation.
inv_return.ii_rc = 1

// Set the new sort string.
inv_return.is_rs = of_BuildSortString ( ) 

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

     
Name Owner
pfc_w_sortsingle.cb_ok.clicked cb_ok

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_sortsingle.of_buildsortstring pfc_w_sortsingle
pfc_w_response.pfc_default pfc_w_response

     
Full name
No Data

     
Name Scope
No Data