rowfocuschanged


pfcmain.pbl   >   pfc_u_dw   >   rowfocuschanged   

Full name pfc_u_dw.rowfocuschanged
Access public
Extend of
Return value
Prototype event rowfocuschanged()

Name Datatype
No Data

Name Datatype
lb_disablelinkage boolean

event rowfocuschanged;//////////////////////////////////////////////////////////////////////////////
//	Event:			rowfocuschanged
//	Description:	Send rowfocuschanged notification to services
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.0   Initial version
// 					6.0	Added RowSelect service notification.
// 					7.0	Linkage service should not fire events when querymode is enabled
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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.
//////////////////////////////////////////////////////////////////////////////
boolean lb_disablelinkage

if IsValid( inv_RowSelect ) then	inv_RowSelect.Event pfc_RowFocusChanged (currentrow) 

// Is Querymode enabled?
if IsValid(inv_QueryMode) then lb_disablelinkage = inv_QueryMode.of_GetEnabled()

if not lb_disablelinkage then
	if IsValid ( inv_Linkage ) then
		inv_Linkage.Event pfc_RowFocusChanged (currentrow) 
	end if 
end if
end event

     
Name Owner
pfc_w_filterextended.dw_functioncategory.rowfocuschanged dw_functioncategory
pfc_w_filterextended.dw_function.rowfocuschanged dw_function
pfc_w_filterextended.open pfc_w_filterextended
pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.rowfocuschanged dw_requestorduplicate
pfc_u_tabpg_dwproperty_services.dw_services.rowfocuschanged dw_services
pfc_w_toolbars.dw_toolbars.rowfocuschanged dw_toolbars

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_querymode.of_getenabled pfc_n_cst_dwsrv_querymode
pfc_n_cst_dwsrv_linkage.pfc_rowfocuschanged pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv_rowselection.pfc_rowfocuschanged pfc_n_cst_dwsrv_rowselection

     
Full name
No Data

     
Name Scope
No Data