clicked


pfcdwsrv.pbl   >   pfc_w_sortmulti   >   cb_insert   >   clicked   

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

Name Datatype
No Data

Name Datatype
li_row Integer

event clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Clicked!
//
//	Description:  Insert a new row before 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

li_row = dw_sort.Event pfc_InsertRow()
If li_row > 0 Then
	dw_sort.SetRow(li_row)
End If
dw_sort.SetFocus()

end event

     
Name Owner
No Data

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

     
Full name
pfc_w_sortmulti

     
Name Scope
No Data