of_setothersaveobjects


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_setothersaveobjects   

Full name pfc_n_cst_dwsrv_linkage.of_setothersaveobjects
Access public
Extend of integer
Return value integer
Prototype public function integer of_setothersaveobjects(powerobject[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setothersaveobjects (powerobject apo_objects[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetOtherSaveObjects
//
//	Access:    		Public
//
//	Arguments:
//   apo_objects:	The objects to add.
//
//	Returns:   		Integer
//						1 if it succeeds and -1 if an error occurs.
//
//	Description: 
//	Set any other object to be updated when UpdateOnRowChange functionality
//	is turned on.  This allows other controls to be updated.  This should not
//	be used to add other datawindows already found on the linkage chain.  All
//	datawindows on the linkage chain are already included.
//
//	Note: 
//	This functionality is only used when style=Retrieval and updateonrowchange=True.
//	
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Set the update style.
ipo_othersaveobjects = apo_objects
Return 1
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data