pfc_cancel


pfcapsrv.pbl   >   pfc_w_logon   >   pfc_cancel   

Full name pfc_w_logon.pfc_cancel
Access public
Extend of
Return value
Prototype event pfc_cancel()

Name Datatype
No Data

Name Datatype
No Data

event pfc_cancel;call super::pfc_cancel;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_Cancel
//
//	Arguments:  none
//
//	Returns:  none
//
//	Description:
//	Set the return code to 0 (cancel)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 the window was closed by a cancel operation.
inv_logonattrib.ii_rc = 0

inv_logonattrib.is_userid = ""
CloseWithReturn (this, inv_logonattrib)
end event

     
Name Owner
pfc_w_logon.cb_cancel.clicked cb_cancel
pfc_w_logon.pfc_default pfc_w_logon
pfc_w_logon.close pfc_w_logon
w_logon.pfc_default w_logon

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_response.pfc_cancel pfc_w_response

     
Full name
No Data

     
Name Scope
No Data