close


pfcdwsrv.pbl   >   pfc_w_restorerow   >   close   

Full name pfc_w_restorerow.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
//	6.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_return.ii_rc=-99 then
	this.event pfc_cancel ()
end if
end event

     
Name Owner
No Data

     
Name Owner
pfc_w_restorerow.pfc_cancel pfc_w_restorerow
pfc_w_master.close pfc_w_master

     
Full name
No Data

     
Name Scope
No Data