of_update


pfcdwsrv.pbl   >   pfc_n_cst_dssrv_multitable   >   of_update   

Full name pfc_n_cst_dssrv_multitable.of_update
Access public
Extend of integer
Return value integer
Prototype public function integer of_update(boolean)

Name Datatype
No Data

Name Datatype
lb_resetflags boolean

public function integer of_update (boolean ab_accepttext);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Update (Format 2)
//
//	Access:    		Public
//
//	Arguments:
//   ab_accepttext:	A boolean value specifying whether the DataWindow control
//							should automatically perform an AcceptText prior to 
//							performing the update:
//								TRUE  -- Perform AcceptText
//								FALSE -- Do not perform AcceptText
//
//	Returns: 		Integer
//    				 1 if it succeeds
//						-1 if an update error occurs.
//    				-2 if the Modify for Update Characteristics failed
//
//	Description:  	Update the datawindow for all the registered tables.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision 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.
//
//////////////////////////////////////////////////////////////////////////////

boolean	lb_resetflags = True

Return of_Update (ab_accepttext, lb_resetflags) 
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dssrv_multitable.of_update pfc_n_cst_dssrv_multitable

     
Full name
No Data

     
Name Scope
No Data