clicked


pfcdwsrv.pbl   >   pfc_w_filtersimple   >   cb_add   >   clicked   

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

Name Datatype
No Data

Name Datatype
li_row Integer

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			Clicked!
//
//	Description:  	Add a new row on the datawindow.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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_filter.Event pfc_AddRow()
If li_row > 0 Then
	dw_filter.SetRow (li_row)
	dw_filter.ScrollToRow (li_row)
	dw_filter.SetColumn(1)
End If
SetFocus (dw_filter)
end event

     
Name Owner
No Data

     
Name Owner
datawindow.scrolltorow datawindow
datawindow.setcolumn datawindow
datawindow.setrow datawindow
systemfunctions.setfocus systemfunctions
commandbutton.clicked commandbutton
pfc_u_dw.pfc_addrow pfc_u_dw

     
Full name
pfc_w_filtersimple

     
Name Scope
No Data