pfc_default


pfcapsrv.pbl   >   pfc_w_message   >   pfc_default   

Full name pfc_w_message.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_response::pfc_default;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_default
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	The user has clicked one of the three main buttons to 
//						close this window.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// The window is being closed by one of the expected means.
inv_errorattrib.ii_rc = 1

// Store the button that was pressed.
inv_errorattrib.ii_buttonclicked = ii_buttonclicked

// Store any User Input information
inv_errorattrib.is_usertext = mle_userinput.text

// Close the window.
CloseWithReturn(This, inv_errorattrib)

end event

     
Name Owner
pfc_w_message.cb_1.clicked cb_1
pfc_w_message.cb_2.clicked cb_2
pfc_w_message.cb_3.clicked cb_3

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_response.pfc_default pfc_w_response

     
Full name
pfc_w_message

     
Name Scope
No Data