pfc_begintran


pfcmain.pbl   >   pfc_w_master   >   pfc_begintran   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_begintran;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_BeginTran
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = The begin transaction was successful
//	-1 = error
//
//	Description:
//	Perform begin transaction processing.
//
//	Note: Developer you should supply feedback to user (messageboxes) 
// based on the failure of the action.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.pfc_save pfc_w_master

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data