of_update


pfcmain.pbl   >   pfc_n_ds   >   of_update   

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

Name Datatype
No Data

Name Datatype
li_rc Integer

public function integer of_update (boolean ab_accepttext, boolean ab_resetflag);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  
//	of_Update
//
//	Arguments:  
//	ab_accepttext	When applicable, specifying whether control should perform an
//						AcceptText prior to performing the update:
//	ab_resetflag	Value specifying whether object should automatically 
//						reset its update flags.
//
//	Returns: Integer
//	 1 = The update was successful
//	-1 = The update failed
//
//	Description:  	
//	Request the Update logic.  
//
// Note:
//	Specific Update logic should be coded in pfc_Update event.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Integer li_rc
	
// Perform the actual update.	
li_rc = this.Event pfc_Update(ab_accepttext, ab_resetflag)
	
Return li_rc
end function

     
Name Owner
pfc_n_ds.of_update pfc_n_ds

     
Name Owner
pfc_n_ds.pfc_update pfc_n_ds

     
Full name
No Data

     
Name Scope
No Data