pfc_mrurestore


pfcmain.pbl   >   pfc_w_master   >   pfc_mrurestore   

Full name pfc_w_master.pfc_mrurestore
Access public
Extend of integer
Return value integer
Prototype event integer pfc_mrurestore()

Name Datatype
No Data

Name Datatype
No Data

event pfc_mrurestore;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_mrurestore
//
//	Arguments:	none
//
//	Returns:		integer
//	SUCCESS = 1
//	ERROR = -1
//
//	Description:
//	Allow MRU service to restore settings
//
//	Extend this event to restore MRU information for the ID
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////
//string	ls_id
//
//// Allow MRU service to restore settings if necessary
//If IsValid(gnv_app.inv_mru) Then
//	Return gnv_app.inv_mru.of_Restore( ls_id, This ) 
//End If

Return -1
end event

     
Name Owner
w_frame_mdi.pfc_mrurestore w_frame_mdi
w_sheet_sales_order.pfc_mrurestore w_sheet_sales_order
w_sheet_employee.pfc_mrurestore w_sheet_employee
pfc_w_master.open pfc_w_master
pfc_w_master.activate pfc_w_master
w_frame_mdi.pfc_mrurestore w_frame_mdi

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data