of_updatechecks


pfcmain.pbl   >   pfc_w_master   >   of_updatechecks   

Full name pfc_w_master.of_updatechecks
Access protected
Override of integer
Return value integer
Prototype protected function integer of_updatechecks()

Name Datatype
No Data

Name Datatype
lpo_array powerobject[]

protected function integer of_updatechecks ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_UpdateChecks
//
//	Access:  protected
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = updates were found
//	 0 = No changes to update were found
//	-1 = AcceptText error
//	-2 = UpdatesPending error was encountered
//	-3 = Validation error was encountered
//
//	Description:	Perform accepttext, updatespending and validation 
//		functionality on the objects which can be found on the control array.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0	Added function overloading to support updatechecks for specific objects.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

powerobject lpo_array[]

lpo_array = This.Control
Return of_UpdateChecks(lpo_array)
end function

     
Name Owner
No Data

     
Name Owner
pfc_w_master.of_updatechecks pfc_w_master

     
Full name
No Data

     
Name Scope
No Data