of_SetAutoRollBack


pfcmain.pbl   >   pfc_n_tr   >   of_SetAutoRollBack   

Full name pfc_n_tr.of_SetAutoRollBack
Access public
Extend of integer
Return value integer
Prototype public function integer of_SetAutoRollBack(boolean)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_SetAutoRollBack (boolean ab_autorollback);//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_SetAutoRollBack
//	Arguments:		ab_trace   the desired autorollback property value.
//	Returns:			Integer
//	 					1 = success
//						-1 = error
//	Description:	Sets the autorollback property
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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 argument
if IsNull (ab_autorollback) then return -1

ib_AutoRollBack = ab_autorollback

return 1
end function

     
Name Owner
pfc_n_tr.of_copyto pfc_n_tr

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data