clicked


pfcdwsrv.pbl   >   pfc_w_sortmulti   >   cb_add   >   clicked   

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

Name Datatype
No Data

Name Datatype
li_row Integer

event clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Clicked!
//
//	Description:  Add another row to continue the sort criteria
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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_AddRow()
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_addrow pfc_u_dw

     
Full name
pfc_w_sortmulti

     
Name Scope
No Data