of_update


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_multitable   >   of_update   

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

Name Datatype
No Data

Name Datatype
lb_accepttext boolean
lb_resetflags boolean

public function integer of_update ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Update (Format 1) 
//
//	Access:    		Public
//
//	Arguments: 		None
//
//	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_accepttext = True
boolean	lb_resetflags = True

Return of_Update(lb_accepttext, lb_resetflags) 
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_multitable.of_update pfc_n_cst_dwsrv_multitable

     
Full name
No Data

     
Name Scope
No Data