of_save


pfcapsrv.pbl   >   pfc_n_cst_luw   >   of_save   

Full name pfc_n_cst_luw.of_save
Access public
Extend of integer
Return value integer
Prototype public function integer of_save(powerobject[],n_tr)

Name Datatype
No Data

Name Datatype
ltr_control n_tr[]

public function integer of_save (powerobject apo_control[], n_tr atr_control);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  
//	of_Save
//
//	Access:  public
//
//	Arguments:
//	apo_control[] 	array of objects to save.
//	atr_control[] 	transaction on which to perform Begin/End processing.
//
//	Returns:  integer
//	 See of_Save(with all parameters) for return values.
//
//	Description:
//	Performs a save operation on the passed in objects.
//
//	*Note: The transaction object(s) must have valid 
//		of_Begin(), of_Commit(), and of_Rollback() functions.
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

n_tr ltr_control[]

ltr_control[1] = atr_control

Return of_Save(apo_control, ltr_control)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_luw.of_save pfc_n_cst_luw

     
Full name
No Data

     
Name Scope
No Data