retrievestart


pfcmain.pbl   >   pfc_n_ds   >   retrievestart   

Full name pfc_n_ds.retrievestart
Access public
Extend of
Return value
Prototype event retrievestart()

Name Datatype
No Data

Name Datatype
ll_rc long

event retrievestart;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  retrievestart
//
//	Description:
//	Determine if retrieved data should be appended to the existing data,
//	or if the existing data should be reset prior to retrieval.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

long	ll_rc

if ib_append then
	ll_rc = 2
end if
	
return ll_rc

end event

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data