pfc_preclose


pfcmain.pbl   >   pfc_w_master   >   pfc_preclose   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_preclose;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_PreClose
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = The pfc_preclose process was successful, continue with closequery
//	-1 = The pfc_preclose process failed, do not allow window to close
//
//	Description:	Used to perform any user-defined process prior to the closequery.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return 1 
end event

     
Name Owner
pfc_w_master.closequery pfc_w_master

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data