pfc_microhelp


pfcmain.pbl   >   pfc_w_sheet   >   pfc_microhelp   

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

Name Datatype
No Data

Name Datatype
lw_frame window

event pfc_microhelp;call w_master::pfc_microhelp;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_microhelp
//
//	Arguments:
//	as_microhelp   microhelp to be displayed
//
//	Returns:  none
//
//	Description:
//	Notify frame to display microhelp
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

window	lw_frame

lw_frame = this.ParentWindow()
if IsValid (lw_frame) then
	// Send notification to the MDI frame.
	lw_frame.dynamic event pfc_microhelp (as_microhelp)
end if

end event

     
Name Owner
pfc_w_sheet.pfc_controlgotfocus pfc_w_sheet

     
Name Owner
window.parentwindow window
systemfunctions.isvalid systemfunctions
pfc_w_master.pfc_microhelp pfc_w_master

     
Full name
No Data

     
Name Scope
No Data