pfc_addrow


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_rowmanager   >   pfc_addrow   

Full name pfc_n_cst_dwsrv_rowmanager.pfc_addrow
Access public
Extend of long
Return value long
Prototype event long pfc_addrow()

Name Datatype
No Data

Name Datatype
No Data

event pfc_addrow;call n_cst_dwsrv::pfc_addrow;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_addrow
//
//	Arguments:  none
//
//	Returns:  long
//	number of the row that was inserted
//	-1 = error
//
//	Description:
//	Adds a new row to the end of the DW requestor
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 of_InsertRow (0)
end event

     
Name Owner
pfc_u_dw.pfc_addrow pfc_u_dw

     
Name Owner
pfc_n_cst_dwsrv_rowmanager.of_insertrow pfc_n_cst_dwsrv_rowmanager

     
Full name
No Data

     
Name Scope
No Data