of_updatecustom


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_updatecustom   

Full name pfc_n_cst_dwsrv_linkage.of_updatecustom
Access public
Extend of integer
Return value integer
Prototype public function integer of_updatecustom(integer)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_updatecustom (integer ai_custom);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_UpdateCustom
//
//	Access:    		Public
//
//	Arguments: 		
//		ai_custom 	Allowing for more than one custom update.
//
//	Returns:   		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  Allows for customization of the Update process.  This is 
//		provided by PFC as an empty stub to be coded with specific update
//		functionality.  This function will be triggered by the linkage service
//		when the UpdateStyle is set to CUSTOM.
//
//		Note:	If more than one Custom Update is needed use of_SetCustom().
//
//		Note: If there is any need to customize, this function should be code on
//				the extension layer.
//
//	   Note: This function is not typically called by the developer.  
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return FAILURE
end function

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_update pfc_n_cst_dwsrv_linkage

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data