pfc_close


pfcapsrv.pbl   >   pfc_n_cst_mru   >   pfc_close   

Full name pfc_n_cst_mru.pfc_close
Access public
Extend of
Return value
Prototype event pfc_close()

Name Datatype
No Data

Name Datatype
No Data

event pfc_close;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_close
//
//	Arguments:	None
//
//	Returns:		None
//
//	Description:
//	Save the service settings (item count, datastore info)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// write mru information to ini/registry
If of_Save() < 1 Then
	If IsValid(gnv_app.inv_debug) Then
		of_MessageBox ("pfc_mru_closedebug", "PowerBuilder Class Library", &
			"An Error occured when saving the MRU service" +&
			" information to the Registry/Ini File. ", &
			Exclamation!, Ok!, 1)
	End If
End If



end event

     
Name Owner
pfc_n_cst_appmanager.pfc_close pfc_n_cst_appmanager

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_mru.of_save pfc_n_cst_mru
pfc_n_base.of_messagebox pfc_n_base

     
Full name
demopfc

     
Name Scope
No Data