of_retrieve


pfcmain.pbl   >   pfc_n_ds   >   of_retrieve   

Full name pfc_n_ds.of_retrieve
Access public
Extend of long
Return value long
Prototype public function long of_retrieve()

Name Datatype
No Data

Name Datatype
No Data

public function long of_retrieve ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:
//	of_Retrieve
//
//	Arguments:  none
//
//	Returns:  long
//	The return code from the Retrieve Powerscript function
//	 0 = No rows returned from successful retrieve
//	-1 = Retrieve was unsuccessful
//	>1 = Success.
//
//	Description:  
// Execute the specific Retrieve logic.
//
// Note:
//	This event might not be used at all.  It all depends how the datastore object
//	is being	used.  If used, Specific retrieve logic should be coded in 
//	descendant pfc_Retrieve event.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return this.Event pfc_Retrieve()

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_ds.pfc_retrieve pfc_n_ds

     
Full name
No Data

     
Name Scope
No Data