activate


pfcmain.pbl   >   pfc_w_master   >   activate   

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

Name Datatype
No Data

Name Datatype
No Data

event activate;//////////////////////////////////////////////////////////////////////////////
//
//	Event:	Activate
//
//	Description:
//	Occurs when window recieves focus
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Add MRU Code 
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// restore changed menu items if needed
if isvalid(gnv_app.inv_mru) then
	this.post event pfc_mrurestore()
end if

end event

     
Name Owner
pfc_w_frame.activate pfc_w_frame
pfc_w_sheet.activate pfc_w_sheet

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_w_master.pfc_mrurestore pfc_w_master

     
Full name
demopfc

     
Name Scope
No Data