pfc_cancel


pfcmain.pbl   >   pfc_w_response   >   pfc_cancel   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_cancel;call w_master::pfc_cancel;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_Cancel
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	This process disables the CloseQuery processing so that no
//						checks are done during the close process.
//
//		*Note:	The developer (on the descendant script) should code 
//					any specific actions prior to closing the window and then 
//					Close the 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.
//
//////////////////////////////////////////////////////////////////////////////

/* Allow window to close without the CloseQuery checks being performed */
ib_disableclosequery = True

end event

     
Name Owner
pfc_w_about.pfc_cancel pfc_w_about
pfc_w_logon.pfc_cancel pfc_w_logon
pfc_w_pagesetup.pfc_cancel pfc_w_pagesetup
pfc_w_print.pfc_cancel pfc_w_print
pfc_w_selection.pfc_cancel pfc_w_selection
pfc_w_filterextended.pfc_cancel pfc_w_filterextended
pfc_w_filtersimple.pfc_cancel pfc_w_filtersimple
pfc_w_restorerow.pfc_cancel pfc_w_restorerow
pfc_w_sortdragdrop.pfc_cancel pfc_w_sortdragdrop
pfc_w_sortmulti.pfc_cancel pfc_w_sortmulti
pfc_w_sortsingle.pfc_cancel pfc_w_sortsingle
pfc_w_zoom.pfc_cancel pfc_w_zoom
pfc_w_dwpropertyservices.pfc_cancel pfc_w_dwpropertyservices
pfc_w_dwproperty.pfc_cancel pfc_w_dwproperty
pfc_w_toolbars.pfc_cancel pfc_w_toolbars

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data