of_getothersaveobjects


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_getothersaveobjects   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getothersaveobjects (ref powerobject apo_objects[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetOtherSaveObjects
//
//	Access:    		Public
//
//	Arguments:
//		apo_objects[] By reference. The other objects added to the save process.
//
//	Returns:   		Integer
//		# of objects in array.
//
//	Description: 
//		Get any other object to be updated when UpdateOnRowChange functionality
//		is turned on. 
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

apo_objects = ipo_othersaveobjects
Return UpperBound(apo_objects)
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data