pfc_cancel


pfcapsrv.pbl   >   pfc_w_print   >   pfc_cancel   

Full name pfc_w_print.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:
//	Processing when user cancels from dialog
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.02   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.
//
//////////////////////////////////////////////////////////////////////////////

// Update the b_disablepagenums element which will be
// used to indicate that no action was taken (user cancelled)
istr_printdlg.b_disablepagenums = false

CloseWithReturn (this, istr_printdlg)
end event

     
Name Owner
pfc_w_print.cb_cancel.clicked cb_cancel
pfc_w_print.close pfc_w_print

     
Name Owner
systemfunctions.closewithreturn systemfunctions
pfc_w_response.pfc_cancel pfc_w_response

     
Full name
s_printdlgattrib

     
Name Scope
No Data