pfc_restorerow


pfcmain.pbl   >   pfc_u_dw   >   pfc_restorerow   

Full name pfc_u_dw.pfc_restorerow
Access public
Extend of long
Return value long
Prototype event long pfc_restorerow()

Name Datatype
No Data

Name Datatype
No Data

event pfc_restorerow;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_restorerow
//	Arguments:		None
//	Returns:			Long - Number of rows restored (undeleted)
//						-1 = error
//						-2 = no rows in delete buffer to restore
//	Description:	Allows user to undelete rows
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.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.
//////////////////////////////////////////////////////////////////////////////
if IsValid (inv_RowManager) then	return inv_RowManager.event pfc_restorerow()

return FAILURE
end event

     
Name Owner
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.pfc_restorerow dw_requestorview
pfc_u_tabpg_dwproperty_status.dw_requestorview.pfc_restorerow dw_requestorview

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_rowmanager.pfc_restorerow pfc_n_cst_dwsrv_rowmanager

     
Full name
No Data

     
Name Scope
No Data