pfc_premrusave


pfcmain.pbl   >   pfc_w_master   >   pfc_premrusave   

Full name pfc_w_master.pfc_premrusave
Access public
Extend of integer
Return value integer
Prototype event integer pfc_premrusave(ref n_cst_mruattrib)

Name Datatype
No Data

Name Datatype
No Data

event pfc_premrusave;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_premrusave
//
//	Arguments:	anv_mruattrib - MRU attributes to populate for save
//
//	Returns:		integer
//	SUCCESS = 1
//	ERROR = -1
//
//	Description:
// Extend this event and put in the logic to make a key which your application
// can recognize and reconvert in the pfc_mruprocess event to open the closing window.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

////all these values must be populated
//anv_mruattrib.is_id = this.classname()
//anv_mruattrib.is_classname = this.classname()
//anv_mruattrib.is_menuitemname = this.title
//anv_mruattrib.is_menuitemkey = this.classname()
//anv_mruattrib.is_menuitemmhelp = "Opens " + this.classname()

return -1


end event

     
Name Owner
w_sheet_sales_order.pfc_premrusave w_sheet_sales_order
w_sheet_employee.pfc_premrusave w_sheet_employee
pfc_w_master.pfc_mrusave pfc_w_master

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data