of_update


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_update   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_update (boolean ab_accepttext);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Update (Format 2)
//
//	Access:    		Public
//
//	Arguments:
//   ab_accepttext:	Automatically perform an AcceptText prior to update
//
//   Uses default for PS Update function parameters:  ResetFlags = TRUE
//
//	Returns:   		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Updates the linked datawindows in the direction indicated by
//					  	the ii_updatestyle attribute. 
//
//	   *Note: 	Typically called from the root datawindow to affect all datawindows 
//					in the chain, but may be started anywhere in the chain.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

If IsNull(ab_accepttext) Then Return -1

Return of_Update ( ab_accepttext, True )
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isnull systemfunctions
pfc_n_cst_dwsrv_linkage.of_update pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data