show


pfcmain.pbl   >   pfc_w_frame   >   show   

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

Name Datatype
No Data

Name Datatype
No Data

event show;call super::show;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  show
//
//	Description:  
//	Notify statusbar that window has been shown.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.03   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 the service.
if IsValid (inv_statusbar) then
	inv_statusbar.Event pfc_show()
end if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
window.show window
pfc_n_cst_winsrv_statusbar.pfc_show pfc_n_cst_winsrv_statusbar

     
Full name
No Data

     
Name Scope
No Data