clicked


pfcapsrv.pbl   >   pfc_w_selection   >   dw_1   >   clicked   

Full name pfc_w_selection.dw_1.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;call u_dw::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  clicked
//
//	Description:
//	Enable OK button if appropriate
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

if this.GetSelectedRow (0) > 0 then
	cb_ok.enabled = true
else
	cb_ok.enabled = false
end if
end event

     
Name Owner
No Data

     
Name Owner
datawindow.getselectedrow datawindow
pfc_u_dw.clicked pfc_u_dw

     
Full name
pfc_w_selection
pfc_w_selection.cb_ok

     
Name Scope
No Data