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[],ref string[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getnotifywho (ref string as_users[], ref string as_address[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  	of_GetNotifyWho
//
//	Access:  	public
//
//	Arguments: 
//	 as_users[] (by reference) Holds the users to notify when there is an error.
//	 as_address[] (by reference) Holds the addresses 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.03   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.
//
//////////////////////////////////////////////////////////////////////////////

as_users = is_notifywho
as_address = is_notifyaddress
Return UpperBound(as_users)

end function

     
Name Owner
pfc_n_cst_error.of_getnotifywho pfc_n_cst_error

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data