pfc_rbuttondown


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   pfc_rbuttondown   

Full name pfc_n_cst_dwsrv_linkage.pfc_rbuttondown
Access public
Extend of integer
Return value integer
Prototype event integer pfc_rbuttondown(integer,integer,long,dwobject)

Name Datatype
No Data

Name Datatype
No Data

event pfc_rbuttondown;call super::pfc_rbuttondown;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_rbuttondown
//
//	Arguments:
//	ai_xpos:  	x position clicked
//	ai_ypos:  	y position clicked
//	al_row:  	row clicked
//	adwo_obj:  	DWobject clicked
//
//	Returns:  		Integer
//	 0	Continue processing to another row
//	 1	Prevent the focus from changing to another row
//	-1 if an error occurs
//
//	Description:  
//	Determine if focus going to another row should continue or be stopped.
// If appropriate, perform an update of the current data prior to allowing focus
//	to change to a new row.
//
//	Note:
//	This is a Continue or Prevent event.
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return this.Event pfc_clicked(ai_xpos, ai_ypos, al_row, adwo_obj)

end event

     
Name Owner
pfc_u_dw.rbuttondown pfc_u_dw

     
Name Owner
pfc_n_cst_dwsrv_linkage.pfc_clicked pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data