of_initialretrieve


pfcmain.pbl   >   pfc_u_tv   >   of_initialretrieve   

Full name pfc_u_tv.of_initialretrieve
Access public
Extend of long
Return value long
Prototype public function long of_initialretrieve()

Name Datatype
No Data

Name Datatype
la_Args Any[20]

public function long of_initialretrieve ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_InitialRetrieve
//
//	Access:  public
//
//	Arguments:	None
//
//	Returns:		Long
//					The number of rows retrieved
//
//	Description:	Retrieve the data and populate the first level of the TreeView.
//
//						This function overloads the real of_InitialRetrieve function to allow the
//						retrieval arguments to be optional.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 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.
//
//////////////////////////////////////////////////////////////////////////////

Any		la_Args[20]

Return of_InitialRetrieve(la_Args)

end function

     
Name Owner
No Data

     
Name Owner
pfc_u_tv.of_initialretrieve pfc_u_tv

     
Full name
No Data

     
Name Scope
No Data