of_setnotifypretitle


pfcapsrv.pbl   >   pfc_n_cst_error   >   of_setnotifypretitle   

Full name pfc_n_cst_error.of_setnotifypretitle
Access public
Extend of integer
Return value integer
Prototype public function integer of_setnotifypretitle(string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setnotifypretitle (string as_pretitle);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  	
//	of_SetNotifyPreTitle
//
//	Access:  	public
//
//	Arguments:
//	as_pretitle   	The pre title to be used while notifying.
//
//	Returns:  	Integer.
//	1 if it succeeds
//	1 if it fails.
//
//	Description:  	
//	Set the pre title to be used while notifying.
//	
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Check argument.
If IsNull(as_pretitle) Then
	Return -1
End If

is_notifypretitle = as_pretitle
Return 1
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data