of_Populate


pfcmain.pbl   >   pfc_u_lv   >   of_Populate   

Full name pfc_u_lv.of_Populate
Access public
Extend of long
Return value long
Prototype public function long of_Populate(any[20])

Name Datatype
No Data

Name Datatype
No Data

public function long of_Populate (any aa_Args[20]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Populate
//
//	Access:  public
//
//	Arguments:
//	aa_Args[20]				An array of type Any which contains the retrieval arguments
//									the DataStore.
//
//	Returns:		Long
//					Returns the number of items added if successfull, -1 if an error occurred
//
//	Description:	Populate the ListView with items from the data source.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Retrieve data into the DataStore
ids_Source.Retrieve(aa_Args[1], aa_Args[2], aa_Args[3], aa_Args[4], aa_Args[5], &
							aa_Args[6], aa_Args[7], aa_Args[8], aa_Args[9], aa_Args[10], &
							aa_Args[11], aa_Args[12], aa_Args[13], aa_Args[14], aa_Args[15], &
							aa_Args[16], aa_Args[17], aa_Args[18], aa_Args[19], aa_Args[20])

// Call the function to add the items to the ListView
Return of_Refresh()

end function

     
Name Owner
pfc_u_lv.of_Populate pfc_u_lv

     
Name Owner
pfc_u_lv.of_Refresh pfc_u_lv

     
Full name
No Data

     
Name Scope
No Data