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
lpo_control powerobject[]
ltr_control n_tr[]

public function integer of_save (powerobject apo_control, n_tr atr_control);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  
//	of_Save
//
//	Access:  public
//
//	Arguments:
//	apo_control 	object 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 object.
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

powerobject lpo_control[]
n_tr ltr_control[]

lpo_control[1] = apo_control
ltr_control[1] = atr_control

Return of_Save(lpo_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