clicked


pfcdwsrv.pbl   >   pfc_w_filtersimple   >   cb_delete   >   clicked   

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

Name Datatype
No Data

Name Datatype
No Data

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

// Delete the current row.
dw_filter.Event pfc_DeleteRow()

// Make sure there is at least one row in the datawindow.
IF dw_filter.RowCount() =0 THEN 
	dw_filter.Event pfc_InsertRow()
End If

dw_filter.SetColumn(1)
SetFocus (dw_filter)
end event

     
Name Owner
No Data

     
Name Owner
datawindow.rowcount datawindow
datawindow.setcolumn datawindow
systemfunctions.setfocus systemfunctions
pfc_u_dw.pfc_deleterow pfc_u_dw
pfc_u_dw.pfc_insertrow pfc_u_dw

     
Full name
pfc_w_filtersimple

     
Name Scope
No Data