pfc_open


pfcapsrv.pbl   >   pfc_n_cst_mru   >   pfc_open   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_open;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_open
//
//	Arguments:	
//	as_commandline:  command line parameter to the application
//
//	Returns:		None
//
//	Description:
//	Initialize the service settings (item count, load datastore)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// load the mru items from the ini file/registry to the service
If of_Load() < 1 Then
	If IsValid(gnv_app.inv_debug) Then
		of_MessageBox ("pfc_mru_opendebug", "PowerBuilder Class Library", &
			"The PFC MRU service" +&
			" has been requested but the REQUIRED User registry/INI File attributes" +&
			" have not been set.  Use of_SetUserKey/of_SetUserIniFile on the PFC" +&
			" MRU object to set the attribute.", &
			Exclamation!, Ok!, 1)
	End If
End If

end event

     
Name Owner
pfc_n_cst_appmanager.pfc_open pfc_n_cst_appmanager

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

     
Full name
demopfc

     
Name Scope
No Data