of_Update


pfcmain.pbl   >   pfc_u_lv   >   of_Update   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_Update (boolean ab_accept, boolean ab_resetflags);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Update
//
//	Access:  public
//
//	Arguments:
//	ab_Accept						True - (default) perform an AcceptText prior to the update,
//										False - do not perform an AcceptText.
//	ab_ResetFlags				True - (default) reset the status flags,
//										False - do not reset the flags.
//
//	Returns:		Integer
//					1	- the DataStore was updated successfully
//					-1	- an error occurred
//
//	Description:	Update the DataStore associated with the ListView.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return ids_Source.Update(ab_Accept, ab_ResetFlags)

end function

     
Name Owner
pfc_u_lv.of_update pfc_u_lv
pfc_u_lv.of_update pfc_u_lv

     
Name Owner
datastore.update datastore

     
Full name
No Data

     
Name Scope
No Data