of_setframe


pfcapsrv.pbl   >   pfc_n_cst_appmanager   >   of_setframe   

Full name pfc_n_cst_appmanager.of_setframe
Access public
Extend of integer
Return value integer
Prototype public function integer of_setframe(w_frame)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setframe (w_frame aw_frame);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetFrame
//
//	Access:  public
//
//	Arguments:  aw_frame   the MDI Frame Window
//
//	Returns:  		Integer
//						 1 - Successful operation.
//						-1 - An error was encountered.
//
//	Description:  Sets the currently active MDI frame.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

/* No Check for valid arguments is performed. */

// This variable might not contain a valid reference.
iw_frame = aw_frame
Return 1
end function

     
Name Owner
n_cst_demopfc.pfc_open n_cst_demopfc
pfc_w_frame.activate pfc_w_frame

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data