of_getnotifywho


pfcapsrv.pbl   >   pfc_n_cst_error   >   of_getnotifywho   

Full name pfc_n_cst_error.of_getnotifywho
Access public
Extend of integer
Return value integer
Prototype public function integer of_getnotifywho(ref string[])

Name Datatype
No Data

Name Datatype
ls_addreses string[]

public function integer of_getnotifywho (ref string as_users[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  	of_GetNotifyWho
//
//	Access:  	public
//
//	Arguments: 
//	 as_users[] (by reference) Holds users to notify when there is an error.
//
//	Returns:  	Integer
//					Number of users to Notify.
//
//	Description:	Populate string arrays passed by reference of users to 
//						notify when there is an error.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 5.0.03 Changed to use new overloaded function.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_addreses[]

Return of_GetNotifyWho(as_users, ls_addreses)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_error.of_getnotifywho pfc_n_cst_error

     
Full name
No Data

     
Name Scope
No Data