pfc_propertystats


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   pfc_propertystats   

Full name pfc_u_tabpg_dwproperty_buffers.pfc_propertystats
Access public
Extend of integer
Return value integer
Prototype event integer pfc_propertystats()

Name Datatype
No Data

Name Datatype
No Data

event pfc_PropertyStats;call super::pfc_PropertyStats;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_stat
//
//	Arguments:  
//	adwb_buffer	The requested buffer.
//
//	Returns:  none
//	
//	Description:	 
//	Notification that the buffer has been changed or needs refresing.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

st_primaryrowcount.Text = string(dw_requestorview.RowCount())
st_modifiedcount.Text = string(dw_requestorview.ModifiedCount())
st_filteredcount.Text = string(dw_requestorview.FilteredCount())
st_deletedcount.Text = string(dw_requestorview.DeletedCount())

Return 1
end event

     
Name Owner
pfc_u_tabpg_dwproperty_buffers.cb_filter.clicked cb_filter
pfc_u_tabpg_dwproperty_buffers.cb_undelete.clicked cb_undelete
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.pfc_deleterow dw_requestorview
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.pfc_addrow dw_requestorview
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.pfc_insertrow dw_requestorview
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.itemchanged dw_requestorview
pfc_u_tabpg_dwproperty_buffers.dw_requestorview.pfc_restorerow dw_requestorview
pfc_u_tabpg_dwproperty_buffers.pfc_propertyopen pfc_u_tabpg_dwproperty_buffers

     
Name Owner
datawindow.deletedcount datawindow
datawindow.filteredcount datawindow
datawindow.modifiedcount datawindow
datawindow.rowcount datawindow
systemfunctions.string systemfunctions

     
Full name
pfc_u_tabpg_dwproperty_buffers
pfc_u_tabpg_dwproperty_buffers.st_primaryrowcount
pfc_u_tabpg_dwproperty_buffers.st_modifiedcount
pfc_u_tabpg_dwproperty_buffers.st_filteredcount
pfc_u_tabpg_dwproperty_buffers.st_deletedcount

     
Name Scope
No Data