rbuttonup


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   dw_requestorduplicate   >   rbuttonup   

Full name pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.rbuttonup
Access public
Extend of
Return value
Prototype event rbuttonup()

Name Datatype
No Data

Name Datatype
li_rc integer

event rbuttonup;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  rbuttonup
//	
//	Description:	 Notify the Undelete button of possible row selection changes.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// ------ Override Ancestor in order to get its return code --------

integer	li_rc

li_rc = Super::EVENT rbuttonup(xpos, ypos, row, dwo)

// Notify the Undelete button of possible row selection changes.
cb_undelete.Post Event pfc_selectionchange()

Return li_rc

end event

     
Name Owner
No Data

     
Name Owner
pfc_u_dw.rbuttonup pfc_u_dw
pfc_u_tabpg_dwproperty_buffers.cb_undelete.pfc_selectionchange cb_undelete

     
Full name
pfc_u_tabpg_dwproperty_buffers

     
Name Scope
No Data