of_PostUpdate


pfcmain.pbl   >   pfc_u_dw   >   of_PostUpdate   

Full name pfc_u_dw.of_PostUpdate
Access public
Extend of integer
Return value integer
Prototype public function integer of_PostUpdate()

Name Datatype
No Data

Name Datatype
li_rc integer

public function integer of_PostUpdate ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:of_PostUpdate
//	Arguments:		None
//	Returns:			Integer - 1 if it succeeds and -1 if an error occurs
//	Description:	Perform post update processing.
//						Reset the update flags in the DataWindow(s).
// 					Note:	Specific PostUpdate logic should be coded in descendant pfc_PostUpdate event.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.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.
//////////////////////////////////////////////////////////////////////////////
integer	li_rc

if IsValid(inv_Linkage) then
	li_rc = inv_Linkage.of_PostUpdate()
else
	li_rc = this.Event pfc_postupdate()
end if

return li_rc
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_linkage.of_postupdate pfc_n_cst_dwsrv_linkage
pfc_u_dw.pfc_postupdate pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data