clicked


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvlinkage2   >   cbx_updateonrowchange   >   clicked   

Full name pfc_u_tabpg_dwproperty_srvlinkage2.cbx_updateonrowchange.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
lb_available boolean

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  		clicked
//
//	Arguments:  	None
//
//	Returns:   		None
//
//	Description:  		
//	 Enable or Disable the update on row change attributes.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

boolean lb_available

lb_available = this.Checked

cbx_confirmonrowchange.Enabled = lb_available
cbx_confirmondelete.Enabled = lb_available
st_label_savesound.Enabled = lb_available
sle_savesound.Enabled = lb_available
end event

     
Name Owner
pfc_u_tabpg_dwproperty_srvlinkage2.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvlinkage2

     
Name Owner
checkbox.clicked checkbox

     
Full name
pfc_u_st
pfc_u_tabpg_dwproperty_srvlinkage2

     
Name Scope
No Data