of_UpdatePrep


pfcmain.pbl   >   pfc_u_dw   >   of_UpdatePrep   

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

Name Datatype
No Data

Name Datatype
li_rc integer

public function integer of_UpdatePrep ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:of_UpdatePrep
//	Arguments:		None
//	Returns:			Integer
//	 					1 = All preparation passed
//						-1 = preparation failed
//	Description:	Prepare the DataWindow(s)
//////////////////////////////////////////////////////////////////////////////
//	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_UpdatePrep()
else
	li_rc = this.Event pfc_UpdatePrep()
end if

return li_rc
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_linkage.of_updateprep pfc_n_cst_dwsrv_linkage
pfc_u_dw.pfc_updateprep pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data