of_setnotifywho


pfcapsrv.pbl   >   pfc_n_cst_error   >   of_setnotifywho   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setnotifywho (string as_who[], string as_address[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetNotifyWho
//
//	Access:  		public
//
//	Arguments: 
//	  as_users[] 	String array to populate with the users to 
//						notify when there is an error.
//	  as_address[] String array to populate with the address to 
//						notify when there is an error.
//
//	Returns:  		Integer
//						1 if it succeeds and -1 if it fails
//
//	Description:  	Populate string array which holds users and addreses 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.
//
//////////////////////////////////////////////////////////////////////////////

is_notifywho = as_who
is_notifyaddress = as_address
Return 1
end function

     
Name Owner
pfc_n_cst_error.of_setnotifywho pfc_n_cst_error

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data