pfc_restorerow


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_status   >   dw_requestorview   >   pfc_restorerow   

Full name pfc_u_tabpg_dwproperty_status.dw_requestorview.pfc_restorerow
Access public
Extend of
Return value
Prototype event pfc_restorerow()

Name Datatype
No Data

Name Datatype
li_rc integer

event pfc_restorerow;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_deleterow
//	
//	Description:	 After Restoring rows, update the onscreen stats.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// ------ Override Ancestor in order to get its return code --------

integer	li_rc

li_rc = Super::EVENT pfc_restorerow( )

// Update the onscreen stats.
Parent.Event pfc_PropertyStats()

Return li_rc
end event

     
Name Owner
No Data

     
Name Owner
pfc_u_dw.pfc_restorerow pfc_u_dw
pfc_u_tabpg_dwproperty_status.pfc_propertystats pfc_u_tabpg_dwproperty_status

     
Full name
No Data

     
Name Scope
No Data