close


pfcapsrv.pbl   >   pfc_w_logon   >   close   

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

Name Datatype
No Data

Name Datatype
No Data

event close;call super::close;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  close
//
//	Description:
//	Treat window close from control menu as cancel operation
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// If the return code matches the default value,
// then window is currently being closed as a Cancel operation.
if inv_logonattrib.ii_rc=-99 then
	this.event pfc_cancel ()
end if
end event

     
Name Owner
No Data

     
Name Owner
pfc_w_logon.pfc_cancel pfc_w_logon
pfc_w_master.close pfc_w_master

     
Full name
No Data

     
Name Scope
No Data