clicked


pfcdwsrv.pbl   >   pfc_w_zoom   >   rb_100   >   clicked   

Full name pfc_w_zoom.rb_100.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;call u_rb::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  clicked
//
//	Description:  Enable apply button and update percentage
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.checked then
	cb_apply.enabled = true
end if

dw_preview.object.datawindow.print.preview.zoom = 100

em_zoom.text = "100%"
end event

     
Name Owner
No Data

     
Name Owner
radiobutton.clicked radiobutton

     
Full name
pfc_w_zoom
pfc_w_zoom.cb_apply

     
Name Scope
No Data