pfc_selectionchange


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   cb_undelete   >   pfc_selectionchange   

Full name pfc_u_tabpg_dwproperty_buffers.cb_undelete.pfc_selectionchange
Access public
Extend of integer
Return value integer
Prototype event integer pfc_selectionchange()

Name Datatype
No Data

Name Datatype
No Data

event pfc_selectionchange;call super::pfc_selectionchange;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_selectionchange
//	
//	Description:	 Enable or Disable button depending on Highlighted rows.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Option is only valid for the Delete! buffer.
If rb_deleted.Checked Then
	// Enable or Disable button depending on Highlighted rows.
	this.Enabled = (dw_requestorduplicate.GetSelectedRow(0) > 0)
End If

Return 1
end event

     
Name Owner
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.rowfocuschanged dw_requestorduplicate
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.clicked dw_requestorduplicate
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.lbuttonup dw_requestorduplicate
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.rbuttondown dw_requestorduplicate
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.rbuttonup dw_requestorduplicate

     
Name Owner
datawindow.getselectedrow datawindow

     
Full name
pfc_u_tabpg_dwproperty_buffers
pfc_u_tabpg_dwproperty_buffers.cb_undelete

     
Name Scope
No Data