of_GetSaveStatus


pfcmain.pbl   >   pfc_w_master   >   of_GetSaveStatus   

Full name pfc_w_master.of_GetSaveStatus
Access public
Override of boolean
Return value boolean
Prototype public function boolean of_GetSaveStatus()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_GetSaveStatus ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_GetSaveStatus
//
//	Access:  public
//
//	Arguments:  none
//
//	Returns:  boolean
//	true  = window is in pfc_save process
//	false = window is not in pfc_save process
//
//	Description:
//	Returns whether the window is in the pfc_save process.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0.02   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.
//
//////////////////////////////////////////////////////////////////////////////

return ib_savestatus
end function

     
Name Owner
pfc_u_dw.dberror pfc_u_dw
pfc_n_ds.dberror pfc_n_ds

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data