activate


pfcmain.pbl   >   pfc_w_sheet   >   activate   

Full name pfc_w_sheet.activate
Access public
Extend of
Return value
Prototype event activate()

Name Datatype
No Data

Name Datatype
le_object object
lgo_focus graphicobject

event activate;call w_master::activate;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  activate
//
//	Description:
//	notify frame that microhelp needs to be refreshed
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

object				le_object
graphicobject	lgo_focus

if gnv_app.of_GetMicrohelp() then
	lgo_focus = GetFocus()
	if IsValid (lgo_focus) then
		le_object = lgo_focus.TypeOf()
		if le_object <> mdiclient! and le_object <> menu! and le_object <> window! then
			this.event pfc_ControlGotFocus (lgo_focus)
		end if
	end if
end if
end event

     
Name Owner
No Data

     
Name Owner
powerobject.typeof powerobject
systemfunctions.getfocus systemfunctions
systemfunctions.isvalid systemfunctions
pfc_n_cst_appmanager.of_getmicrohelp pfc_n_cst_appmanager
pfc_w_master.activate pfc_w_master
pfc_w_sheet.pfc_controlgotfocus pfc_w_sheet

     
Full name
demopfc

     
Name Scope
No Data