pfc_controlgotfocus


pfcmain.pbl   >   pfc_w_master   >   pfc_controlgotfocus   

Full name pfc_w_master.pfc_controlgotfocus
Access public
Extend of
Return value
Prototype event pfc_controlgotfocus(dragobject)

Name Datatype
No Data

Name Datatype
No Data

event pfc_controlgotfocus;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_controlgotfocus
//
//	Arguments:
//	adrg_control   Control which just got focus
//
//	Returns:  none
//
//	Description:
//	Keeps track of last active 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.
//
//////////////////////////////////////////////////////////////////////////////

If adrg_control.TypeOf() = DataWindow! Then
	If adrg_control.TriggerEvent ("pfc_descendant") = 1 Then
		idw_active = adrg_control
	End If
End If
end event

     
Name Owner
pfc_w_sheet.pfc_controlgotfocus pfc_w_sheet

     
Name Owner
powerobject.triggerevent powerobject
powerobject.typeof powerobject

     
Full name
No Data

     
Name Scope
No Data