of_setupdaterequestor


pfcmain.pbl   >   pfc_u_base   >   of_setupdaterequestor   

Full name pfc_u_base.of_setupdaterequestor
Access protected
Extend of integer
Return value integer
Prototype protected function integer of_setupdaterequestor(powerobject)

Name Datatype
No Data

Name Datatype
No Data

protected function integer of_setupdaterequestor (powerobject apo_updaterequestor);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetUpdateRequestor
//
//	Access:    Protected
//
//	Arguments:
// apo_updaterequestor   The object which is requesting an update within a 
//			transaction.  Or an invalid reference to clear the reference.
//
//	Returns:  Integer
//		1 for success
//		-1 for error.
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 for a valid apo_updaterequestor is not desired.
ipo_updaterequestor = apo_updaterequestor
Return 1
end function

     
Name Owner
pfc_u_base.of_update pfc_u_base

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data