clicked


pfcdwsrv.pbl   >   pfc_w_sortmulti   >   cb_delete   >   clicked   

Full name pfc_w_sortmulti.cb_delete.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
li_row Integer

event clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Clicked!
//
//	Description:  Delete the current row
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////
Integer li_row

dw_sort.Event pfc_DeleteRow()

IF dw_sort.RowCount() = 0 THEN
	li_row = dw_sort.Event pfc_InsertRow()
	If li_row > 0 Then
		dw_sort.SetRow(li_row)
	End If
End If

dw_sort.SetFocus()
end event

     
Name Owner
No Data

     
Name Owner
dragobject.setfocus dragobject
datawindow.rowcount datawindow
datawindow.setrow datawindow
pfc_u_dw.pfc_deleterow pfc_u_dw
pfc_u_dw.pfc_insertrow pfc_u_dw

     
Full name
pfc_w_sortmulti

     
Name Scope
No Data