pfc_postopen


pfcmain.pbl   >   pfc_w_frame   >   pfc_postopen   

Full name pfc_w_frame.pfc_postopen
Access public
Extend of
Return value
Prototype event pfc_postopen()

Name Datatype
No Data

Name Datatype
No Data

event pfc_postopen;call super::pfc_postopen;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_postopen
//
//	Arguments:  none
//
//	Returns:  none
//
//	Description:  Post Open functionality.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Notify statusbar service to open the StatusBar window.
if IsValid (inv_statusbar) then
	inv_statusbar.of_Open(True)
end if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_winsrv_statusbar.of_open pfc_n_cst_winsrv_statusbar
w_master.pfc_postopen w_master

     
Full name
No Data

     
Name Scope
No Data