of_SetUpdateRequestor


pfcmain.pbl   >   pfc_u_dw   >   of_SetUpdateRequestor   

Full name pfc_u_dw.of_SetUpdateRequestor
Access public
Extend of integer
Return value integer
Prototype public function integer of_SetUpdateRequestor(powerobject)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_SetUpdateRequestor (powerobject apo_updaterequestor);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_SetUpdateRequestor
//	Arguments:		apo_updaterequestor   The object which is requesting an update within a 
//													 transaction.  Or an invalid reference to clear the reference.
//	Returns:			Integer - 1 if it succeeds and -1 if an error occurs
//	Description:	Associates the object which is requesting an update within a transaction.
//						Or clears the reference to mean there is no current object requesting an
//						update within a transaction.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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 for a valid apo_updaterequestor is not desired.
ipo_UpdateRequestor = apo_updaterequestor

return SUCCESS
end function

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_setupdaterequestor pfc_n_cst_dwsrv_linkage
pfc_u_dw.of_Update pfc_u_dw

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data