clicked


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   cb_sort   >   clicked   

Full name pfc_u_tabpg_dwproperty_buffers.cb_sort.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 sort 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 sort dialog.
Parent.Enabled = False
dw_requestorview.Event pfc_sortdlg()
Parent.Enabled = True

// 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_sortdlg pfc_u_dw

     
Full name
pfc_u_tabpg_dwproperty_buffers

     
Name Scope
No Data