of_setupdaterequestor


pfcapsrv.pbl   >   pfc_n_cst_luw   >   of_setupdaterequestor   

Full name pfc_n_cst_luw.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);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  
//	of_SetUpdateRequestor
//
//	Access:    Public
//
//	Arguments:
//   apo_updaterequestor   The True (original) object requesting Updates.
//
//	Returns:  Integer
//		1 if it succesful. 
// 	-1 in error.
//
//	Description:  
//	Associates a powerobject control with this the LUW service.  Where appropriate
//	the LUW service will use this object reference as the object requesting 
// functionality to the SelfUpdatingObjects.  If not set the LUW will use itself
// as that reference.
//
//	Note:
//	This reference is not required.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 reference is not desired.
ipo_updaterequestor = apo_updaterequestor
Return 1
end function

     
Name Owner
pfc_u_lvs.of_update pfc_u_lvs
pfc_u_tab.of_update pfc_u_tab
pfc_u_tvs.of_update pfc_u_tvs
pfc_w_master.of_setlogicalunitofwork pfc_w_master
pfc_w_master.of_update pfc_w_master
pfc_u_base.of_update pfc_u_base

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data