clicked


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   cb_filter   >   clicked   

Full name pfc_u_tabpg_dwproperty_buffers.cb_filter.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  clicked
//
//	Description:	 Notify the view datawindow to display its filter dialog.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Notify the datawindow to display its filter dialog.
Parent.Enabled = False
dw_requestorview.Event pfc_filterdlg()
Parent.Enabled = True

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

// Refresh the Duplicate DW which is currently displaying the filtered rows.
If rb_filtered.Checked Then
	rb_filtered.Event Clicked()
End If

// Reset focus to this control.
this.SetFocus()
end event

     
Name Owner
No Data

     
Name Owner
dragobject.setfocus dragobject
commandbutton.clicked commandbutton
pfc_u_dw.pfc_filterdlg pfc_u_dw
pfc_u_tabpg_dwproperty_buffers.rb_filtered.clicked rb_filtered
pfc_u_tabpg_dwproperty_buffers.pfc_propertystats pfc_u_tabpg_dwproperty_buffers

     
Full name
pfc_u_tabpg_dwproperty_buffers

     
Name Scope
No Data