of_Reset


pfcmain.pbl   >   pfc_u_dw   >   of_Reset   

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

Name Datatype
No Data

Name Datatype
li_rc integer

public function integer of_Reset ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:	of_Reset
//	Arguments:		None
//	Returns:			Integer - 1 if it succeeds and -1 if an error occurs
//	Description:	Resets 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_Reset()
else
	li_rc = this.Reset()
end if

return li_rc
end function

     
Name Owner
No Data

     
Name Owner
datawindow.reset datawindow
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_linkage.of_reset pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data