pfc_populate


pfcmain.pbl   >   pfc_u_lvs   >   pfc_populate   

Full name pfc_u_lvs.pfc_populate
Access public
Extend of long
Return value long
Prototype event long pfc_populate()

Name Datatype
No Data

Name Datatype
No Data

event pfc_populate;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_populate
//
//	Arguments:	none
//
//	Returns:		Long
//			 # of items added to the listview
//			-1 = error
//
//	Description:
//	retrieves the datasource and uses it to load the listview with data
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

// add the retrieved rows to the listview
Return of_populate()


end event

     
Name Owner
No Data

     
Name Owner
pfc_u_lvs.of_populate pfc_u_lvs

     
Full name
No Data

     
Name Scope
No Data